ci: Clearer merge branch job name

This commit is contained in:
Henrik Tjäder 2023-03-04 21:12:44 +01:00
parent 25491291af
commit 771639c3f6

View file

@ -442,7 +442,7 @@ jobs:
#
# This needs to run before book is built, as bookbuilding fetches from the branch
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
needs:
- ci-success