mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
ci: Clearer merge branch job name
This commit is contained in:
parent
25491291af
commit
771639c3f6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -442,7 +442,7 @@ jobs:
|
||||||
#
|
#
|
||||||
# This needs to run before book is built, as bookbuilding fetches from the branch
|
# This needs to run before book is built, as bookbuilding fetches from the branch
|
||||||
mergetostablebranch:
|
mergetostablebranch:
|
||||||
name: If CI passes, merge master branch into release/vX
|
name: Merge branch into release/vX when pushing to master
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
needs:
|
needs:
|
||||||
- ci-success
|
- ci-success
|
||||||
|
|
Loading…
Reference in a new issue