Skip to content

Commit

Permalink
Merge #927
Browse files Browse the repository at this point in the history
927: don't skip publish when integration tests are not run r=Alexhuszagh a=Emilgardis



Co-authored-by: Emil Gardström <[email protected]>
  • Loading branch information
bors[bot] and Emilgardis authored Jul 9, 2022
2 parents 55f43e0 + 6cbfc11 commit 77952e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ jobs:
shell: bash

publish:
needs: [build, check, fmt, clippy, cargo-deny, remote, bisect, docker-in-docker]
needs: [build, check, fmt, clippy, cargo-deny]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -405,7 +405,7 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}

conclusion:
needs: [shellcheck, fmt, clippy, test, generate-matrix, build, publish, check]
needs: [shellcheck, fmt, clippy, test, generate-matrix, build, publish, check, remote, bisect, docker-in-docker]
if: always()
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 77952e4

Please sign in to comment.