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 e5e0676 commit 7688c7bCopy full SHA for 7688c7b
.github/workflows/stackhpc-promote.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
# NOTE(mgoddard): Reference only the current release branch here.
7
- - stackhpc/yoga
+ - yoga-dnm
8
jobs:
9
promote:
10
name: Trigger package repository promotion
@@ -48,4 +48,3 @@ jobs:
48
MESSAGE: "SKC promote workflow failed :sob:"
49
RESULTS_URL: "N/A"
50
WORKFLOW_URL: "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
51
- if: failure()
0 commit comments