Skip to content

Commit d70b511

Browse files
committed
Allow reset of release-status checkrun with dispatch
1 parent 3f9ff20 commit d70b511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-release-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
echo "CHECK_RUN_CONCLUSION=$check_run_conclusion" >> "$GITHUB_ENV"
6464
6565
- name: Reset release status
66-
if: github.event_name == 'check_run' && env.CHECK_RUN_STATUS == 'completed' && github.event.action == 'rerequested'
66+
if: env.CHECK_RUN_STATUS == 'completed' && ((github.event_name == 'check_run' && github.event.action == 'rerequested') || github.event_name == 'workflow_dispatch')
6767
env:
6868
GITHUB_TOKEN: ${{ github.token }}
6969
run: |

0 commit comments

Comments
 (0)