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.
2 parents 90cc78d + a9c6a5f commit 6ef9be8Copy full SHA for 6ef9be8
.github/workflows/pr-tests.yml
@@ -12,7 +12,7 @@ jobs:
12
ssh_username: cloud-user
13
neutron_plugin: ovs
14
OS_CLOUD: openstack
15
- stackhpc_cloud_tests_version: ${{ github.ref }}
+ stackhpc_cloud_tests_version: ${{ github.head_ref || github.ref_name }}
16
repository: stackhpc/stackhpc-kayobe-config
17
github_ref: stackhpc/2024.1
18
runner: arc-aio-cloud-tests-runner
@@ -28,7 +28,7 @@ jobs:
28
ssh_username: ubuntu
29
neutron_plugin: ovn
30
31
32
33
34
0 commit comments