We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62390f commit 21d4e8aCopy full SHA for 21d4e8a
.github/workflows/container-image-build.yml
@@ -35,7 +35,7 @@ jobs:
35
uses: actions/checkout@v3
36
with:
37
repository: stackhpc/kayobe
38
- ref: refs/heads/stackhpc/wallaby
+ ref: refs/heads/stackhpc/xena
39
path: src/kayobe
40
41
# FIXME: Failed in kolla-ansible : Ensure the latest version of pip is installed
.github/workflows/promote.yml
@@ -3,9 +3,8 @@ name: Promote package repositories
3
on:
4
push:
5
branches:
6
- # NOTE(mgoddard): Keep this list tightly controlled, since we only want
7
- # to promote from release branches.
8
- - stackhpc/wallaby
+ # NOTE(mgoddard): Reference only the current release branch here.
+ - stackhpc/xena
9
jobs:
10
promote:
11
name: Trigger package repository promotion
0 commit comments