Skip to content

Commit

Permalink
Update release job condition
Browse files Browse the repository at this point in the history
  • Loading branch information
sitiom authored Jan 29, 2023
1 parent 8eb84e1 commit 444f059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
release:
needs: [checkver, build]
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
if: ${{ github.event_name != 'pull_request' }}
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 444f059

Please sign in to comment.