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 4c40546 commit cfc14a3Copy full SHA for cfc14a3
.github/workflows/stackhpc.yml
@@ -53,6 +53,7 @@ jobs:
53
uses: actions/checkout@v4
54
with:
55
ref: ${{ env.LATEST_RELEASE_TAG }}
56
+ fetch-depth: 0
57
58
- name: Find stackhpc tofu/terraform directory
59
# changed in https://github.com/stackhpc/ansible-slurm-appliance/pull/541
@@ -186,7 +187,7 @@ jobs:
186
187
DEMO_USER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
188
189
- name: Checkout current branch
- uses: actions/checkout@v4
190
+ run: git checkout ${{ github.head_ref || github.ref_name }}
191
192
- name: Update ansible, pip and galaxy requirements
193
run: dev/setup-env.sh
0 commit comments