Skip to content

Commit b536f51

Browse files
authored
ci: fix issue jobs (again) (foundry-rs#5681)
1 parent 635950f commit b536f51

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/heavy-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
issue:
4343
name: Open an issue
4444
runs-on: ubuntu-latest
45+
needs: heavy-integration
4546
if: ${{ failure() }}
4647
steps:
4748
- uses: JasonEtco/create-an-issue@v2

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ jobs:
230230
issue:
231231
name: Open an issue
232232
runs-on: ubuntu-latest
233+
needs: [prepare, release-docker, release, cleanup]
233234
if: ${{ failure() }}
234235
steps:
235236
- uses: JasonEtco/create-an-issue@v2

0 commit comments

Comments
 (0)