Skip to content

Commit 61dfad6

Browse files
bertiethorpesjpb
authored andcommitted
slurmci group name warning
1 parent 53cb1cc commit 61dfad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stackhpc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
env:
3535
ANSIBLE_FORCE_COLOR: True
3636
OS_CLOUD: openstack
37-
TF_VAR_cluster_name: slurmci-${{ matrix.os_version }}-${{ github.run_number }}
37+
TF_VAR_cluster_name: slurmci_${{ matrix.os_version }}_${{ github.run_number }}
3838
CI_CLOUD: ${{ vars.CI_CLOUD }}
3939
steps:
4040
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)