Skip to content

Commit 6ef9be8

Browse files
committed
Merge remote-tracking branch 'origin/main' into prometheus-alerts
2 parents 90cc78d + a9c6a5f commit 6ef9be8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
ssh_username: cloud-user
1313
neutron_plugin: ovs
1414
OS_CLOUD: openstack
15-
stackhpc_cloud_tests_version: ${{ github.ref }}
15+
stackhpc_cloud_tests_version: ${{ github.head_ref || github.ref_name }}
1616
repository: stackhpc/stackhpc-kayobe-config
1717
github_ref: stackhpc/2024.1
1818
runner: arc-aio-cloud-tests-runner
@@ -28,7 +28,7 @@ jobs:
2828
ssh_username: ubuntu
2929
neutron_plugin: ovn
3030
OS_CLOUD: openstack
31-
stackhpc_cloud_tests_version: ${{ github.ref }}
31+
stackhpc_cloud_tests_version: ${{ github.head_ref || github.ref_name }}
3232
repository: stackhpc/stackhpc-kayobe-config
3333
github_ref: stackhpc/2024.1
3434
runner: arc-aio-cloud-tests-runner

0 commit comments

Comments
 (0)