Skip to content

Commit 477ba69

Browse files
committed
Name unnamed jobs in release workflow
1 parent a6ef2c9 commit 477ba69

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

‎.github/workflows/update-release-branch.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: ./.github/workflows/prepare-release.yml
2626

2727
update:
28+
name: "Update release branch"
2829
timeout-minutes: 45
2930
runs-on: ubuntu-latest
3031
if: github.event_name == 'workflow_dispatch'
@@ -77,6 +78,7 @@ jobs:
7778
--conductor ${GITHUB_ACTOR}
7879
7980
backport:
81+
name: "Create backport"
8082
timeout-minutes: 45
8183
runs-on: ubuntu-latest
8284
environment: Automation

‎pr-checks/excluded.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ contains:
55
- "test-setup-python-scripts"
66
- "update"
77
- "Update"
8+
# Matrix-ed job; the name starts with this
9+
- "Create backport"
810
is:
911
- "Agent"
1012
- "check-expected-release-files"
@@ -16,3 +18,4 @@ is:
1618
- "Post repo size comment"
1719
- "Prepare"
1820
- "Upload results"
21+
- "Update release branch"

0 commit comments

Comments
 (0)