Skip to content

Commit 77952e4

Browse files
Merge #927
927: don't skip publish when integration tests are not run r=Alexhuszagh a=Emilgardis Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2 parents 55f43e0 + 6cbfc11 commit 77952e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394
shell: bash
395395

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

407407
conclusion:
408-
needs: [shellcheck, fmt, clippy, test, generate-matrix, build, publish, check]
408+
needs: [shellcheck, fmt, clippy, test, generate-matrix, build, publish, check, remote, bisect, docker-in-docker]
409409
if: always()
410410
runs-on: ubuntu-latest
411411
steps:

0 commit comments

Comments
 (0)