Skip to content

Commit 53cb1cc

Browse files
bertiethorpesjpb
authored andcommitted
use run_number as a shorter ID for CI
1 parent a21587c commit 53cb1cc

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_id }}
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)