File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,14 @@ name: Pull request
2
2
on :
3
3
pull_request :
4
4
jobs :
5
-
5
+ test-secrets :
6
+ runs-on : ubuntu-22.04
7
+ steps :
8
+ - name : " check is MY_SECRET exists"
9
+ env :
10
+ super_secret : ${{ secrets.CLOUDS_YAML }}
11
+ if : ${{ env.super_secret == '' }}
12
+ run : echo 'secret not defined'
6
13
rocky9-ovs-aio-test :
7
14
name : aio (Rocky 9 OVS)
8
15
uses : stackhpc/stackhpc-kayobe-config/.github/workflows/stackhpc-all-in-one.yml@stackhpc/2024.1
15
22
OS_CLOUD : openstack
16
23
stackhpc_cloud_tests_version : ${{ github.ref }}
17
24
repository : stackhpc/stackhpc-kayobe-config
18
- called_from_external : true
19
- external_ref_override : stackhpc/2024.1
25
+ github_ref : stackhpc/2024.1
20
26
secrets : inherit
21
27
22
28
ubuntu-jammy-ovn-aio-test :
31
37
OS_CLOUD : openstack
32
38
stackhpc_cloud_tests_version : ${{ github.ref }}
33
39
repository : stackhpc/stackhpc-kayobe-config
34
- called_from_external : true
35
- external_ref_override : stackhpc/2024.1
40
+ github_ref : stackhpc/2024.1
36
41
secrets : inherit
37
42
38
43
lint :
You can’t perform that action at this time.
0 commit comments