Skip to content

Commit cf6ab6a

Browse files
committed
Add missing job names
1 parent 18fa15c commit cf6ab6a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/z_prepare_release_1_pr_version_bump.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ permissions:
1717

1818
jobs:
1919
pr_version_bump:
20+
name: Generate version bump PR
2021
runs-on: ubuntu-latest
2122
environment: Prepare Release
2223
outputs:

.github/workflows/z_prepare_release_2_wait_for_pr_merge.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99

1010
jobs:
1111
wait_for_pr_merge:
12+
name: Wait for version bump PR to be merged
1213
runs-on: ubuntu-latest
1314
env:
1415
GH_REPO: ${{ github.repository }}

0 commit comments

Comments
 (0)