Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ on:
# NOTE(mgoddard): Keep this list tightly controlled, since we only want
# to promote from release branches.
- stackhpc/wallaby
# FIXME: remove
- ci-promote-packages
jobs:
promote:
name: Trigger package repository promotion
Expand All @@ -24,3 +22,7 @@ jobs:
-f kayobe_config_branch=${{ github.ref_name }}
env:
GITHUB_TOKEN: ${{ secrets.STACKHPC_RELEASE_TRAIN_TOKEN }}

- name: Display link to package repository promotion workflows
run: |
echo "::notice Package repository promote workflow: https://github.com/stackhpc/stackhpc-release-train/actions/workflows/package-promote.yml"