Skip to content

Commit 444f059

Browse files
authored
Update release job condition
1 parent 8eb84e1 commit 444f059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
release:
6161
needs: [checkver, build]
62-
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}
62+
if: ${{ github.event_name != 'pull_request' }}
6363
runs-on: ubuntu-latest
6464
permissions:
6565
contents: write

0 commit comments

Comments
 (0)