mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: Use ci-success
This commit is contained in:
parent
eeae3c4568
commit
c47d3ffd0e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -434,7 +434,7 @@ jobs:
|
||||||
name: If CI passes, merge master branch into release/vX
|
name: If CI passes, merge master branch into release/vX
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs:
|
needs:
|
||||||
- ci
|
- ci-success
|
||||||
- parseversion
|
- parseversion
|
||||||
|
|
||||||
# Only run this when pushing to master branch
|
# Only run this when pushing to master branch
|
||||||
|
|
Loading…
Reference in a new issue