1 parent a6ef2c9 commit 477ba69Copy full SHA for 477ba69
2 files changed
.github/workflows/update-release-branch.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: ./.github/workflows/prepare-release.yml
26
27
update:
28
+ name: "Update release branch"
29
timeout-minutes: 45
30
runs-on: ubuntu-latest
31
if: github.event_name == 'workflow_dispatch'
@@ -77,6 +78,7 @@ jobs:
77
78
--conductor ${GITHUB_ACTOR}
79
80
backport:
81
+ name: "Create backport"
82
83
84
environment: Automation
pr-checks/excluded.yml
@@ -5,6 +5,8 @@ contains:
5
- "test-setup-python-scripts"
6
- "update"
7
- "Update"
8
+ # Matrix-ed job; the name starts with this
9
+ - "Create backport"
10
is:
11
- "Agent"
12
- "check-expected-release-files"
@@ -16,3 +18,4 @@ is:
16
18
- "Post repo size comment"
17
19
- "Prepare"
20
- "Upload results"
21
+ - "Update release branch"
0 commit comments