Skip to content

Commit e9ce230

Browse files
committed
Fix dependency for create-issue-when-fault
The needs clause referred to specific jobs in the exemplar CI.
1 parent 31ab053 commit e9ce230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142

143143
create-issue-when-fault:
144144
runs-on: ubuntu-latest
145-
needs: [preset-test, gtest-test, configuration-test, compiler-test]
145+
needs: [build]
146146
if: failure() && github.event_name == 'schedule'
147147
steps:
148148
# See https://github.com/cli/cli/issues/5075

0 commit comments

Comments
 (0)