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 3f9ff20 commit d70b511Copy full SHA for d70b511
.github/workflows/update-release-status.yml
@@ -63,7 +63,7 @@ jobs:
63
echo "CHECK_RUN_CONCLUSION=$check_run_conclusion" >> "$GITHUB_ENV"
64
65
- name: Reset release status
66
- if: github.event_name == 'check_run' && env.CHECK_RUN_STATUS == 'completed' && github.event.action == 'rerequested'
+ if: env.CHECK_RUN_STATUS == 'completed' && ((github.event_name == 'check_run' && github.event.action == 'rerequested') || github.event_name == 'workflow_dispatch')
67
env:
68
GITHUB_TOKEN: ${{ github.token }}
69
run: |
0 commit comments