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.
1 parent ee0a995 commit d44dde2Copy full SHA for d44dde2
1 file changed
.github/workflows/mkrepo.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
timeout-minutes: 20
24
25
- if: ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
+ if: ${{ github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success' }}
26
27
strategy:
28
matrix:
0 commit comments