Skip to content

Commit 57e3b89

Browse files
committed
wip: debug workflow
1 parent 69817fe commit 57e3b89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stackhpc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,16 @@ jobs:
1515
ANSIBLE_FORCE_COLOR: True
1616
OS_CLOUD: openstack
1717
TF_VAR_cluster_name: ci${{ github.run_id }}
18+
PR_LABELS: ${{ join(github.event.pull_request.labels.*.name) }} # only defined on PR, not main
1819
CI_CLOUD: ${{ vars.CI_CLOUD }}
1920
steps:
2021
- uses: actions/checkout@v2
2122

2223
- name: Record which cloud CI is running on
2324
run: |
25+
echo PR_LABELS: ${{ env.PR_LABELS }}
2426
echo CI_CLOUD: ${{ vars.CI_CLOUD }}
27+
- run: exit 1 # DEBUG
2528

2629
- name: Setup ssh
2730
run: |

0 commit comments

Comments
 (0)