Skip to content

Commit 65179dc

Browse files
authored
Also open issue on workflow dispatch failure (#2005)
1 parent 8c6089a commit 65179dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ jobs:
207207
permissions:
208208
contents: read
209209
issues: write
210-
if: github.event_name == 'schedule' && always()
210+
if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && always()
211211
needs:
212212
- build
213213
- test

0 commit comments

Comments
 (0)