Skip to content

Commit 21d4e8a

Browse files
committed
Xena: update Github Actions workflows
1 parent d62390f commit 21d4e8a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/container-image-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v3
3636
with:
3737
repository: stackhpc/kayobe
38-
ref: refs/heads/stackhpc/wallaby
38+
ref: refs/heads/stackhpc/xena
3939
path: src/kayobe
4040

4141
# FIXME: Failed in kolla-ansible : Ensure the latest version of pip is installed

.github/workflows/promote.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ name: Promote package repositories
33
on:
44
push:
55
branches:
6-
# NOTE(mgoddard): Keep this list tightly controlled, since we only want
7-
# to promote from release branches.
8-
- stackhpc/wallaby
6+
# NOTE(mgoddard): Reference only the current release branch here.
7+
- stackhpc/xena
98
jobs:
109
promote:
1110
name: Trigger package repository promotion

0 commit comments

Comments
 (0)