We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
publish-nightly
1 parent bfe014f commit 5bc6690Copy full SHA for 5bc6690
.github/workflows/nightly-publish.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
publish-nightly:
13
runs-on: ubuntu-latest
14
- if: ${{ github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
15
16
permissions:
17
contents: read # No tags pushed → read is enough.
0 commit comments