Skip to content

Commit f1e795d

Browse files
committed
debugging
1 parent b3f9fb1 commit f1e795d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/fatimage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
openhpc-RL9-image: "${{ steps.manifest.outputs.openhpc-RL9-image }}"
5555

5656
steps:
57+
- name: test
58+
run: echo ${{ github.workflow }}
59+
5760
- uses: actions/checkout@v3
5861
with:
5962
ref: ${{ github.event_name != 'workflow_call' && github.ref || inputs.target_branch }}

.github/workflows/stackhpc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
echo ${{ github.event_name }}
5555
echo ${{ github.ref }}
5656
echo ${{ inputs.target_branch }}
57+
echo ${{ github.event_name != 'workflow_call' && github.ref }}
58+
echo ${{ github.event_name != 'workflow_call' && github.ref || inputs.target_branch }}
5759
5860
- uses: actions/checkout@v3
5961
with:

0 commit comments

Comments
 (0)