Skip to content

Commit

Permalink
Merge pull request #155 from aleksandrychev/hugo-version-update-ga
Browse files Browse the repository at this point in the history
Run bump hugo version pipeline only on repositories that belong to cfengine
  • Loading branch information
olehermanse authored Mar 19, 2024
2 parents b346676 + 35ad8a2 commit 422d22a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump-hugo-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
update_hugo_version:
if: github.repository_owner == 'cfengine' || github.repository_owner == 'mendersoftware' || github.repository_owner == 'NorthernTechHQ'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 422d22a

Please sign in to comment.