Skip to content

Commit

Permalink
release jobs go back to only running on main
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew committed Aug 9, 2024
1 parent 4b2d3e1 commit 66375aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minimal-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
name: build image

release:
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
needs: verify-versions
runs-on: ubuntu-latest
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: generate release files

release:
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
needs: verify-versions
runs-on: ubuntu-latest
defaults:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

release:
needs: [test, verify-versions]
# if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 66375aa

Please sign in to comment.