diff --git a/.github/workflows/heavy-integration.yml b/.github/workflows/heavy-integration.yml index 6275f0424504b..d5138e9e9446f 100644 --- a/.github/workflows/heavy-integration.yml +++ b/.github/workflows/heavy-integration.yml @@ -42,6 +42,7 @@ jobs: issue: name: Open an issue runs-on: ubuntu-latest + needs: heavy-integration if: ${{ failure() }} steps: - uses: JasonEtco/create-an-issue@v2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea4b26b8decf0..38107ccf603b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -230,6 +230,7 @@ jobs: issue: name: Open an issue runs-on: ubuntu-latest + needs: [prepare, release-docker, release, cleanup] if: ${{ failure() }} steps: - uses: JasonEtco/create-an-issue@v2