aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorHenrik Tjäder <henrik@tjaders.com>2023-03-04 21:12:44 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-04 21:12:44 +0100
commit771639c3f6c1faffa673db29c4d10884d3eba5a8 (patch)
treebf03c132ee56c01a509dcd0c28c18ca96939d0e1 /.github/workflows/build.yml
parent25491291afe70350071041bd94473931ecdf87b0 (diff)
ci: Clearer merge branch job name
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b031831..b429a28 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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