Skip to content

Commit 0947554

Browse files
also get PR open from CI failure
1 parent c351756 commit 0947554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/data-refresh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
138138
create-failure-pr-and-issue:
139139
runs-on: ubuntu-latest
140-
needs: update-snapshots
140+
needs: [test-data, update-snapshots]
141141
if: ${{ needs.update-snapshots.outputs.tests-passed == 'false' }}
142142

143143
steps:

0 commit comments

Comments
 (0)