File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,21 +14,25 @@ jobs:
14
14
uses : stackhpc/.github/.github/workflows/upstream-sync.yml@main
15
15
with :
16
16
release_series : 2023.1
17
+ upstream : openstack/kayobe-config
17
18
synchronise-2024-1 :
18
19
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
19
20
name : Synchronise 2024.1
20
21
uses : stackhpc/.github/.github/workflows/upstream-sync.yml@main
21
22
with :
22
23
release_series : 2024.1
24
+ upstream : openstack/kayobe-config
23
25
synchronise-2025-1 :
24
26
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
25
27
name : Synchronise 2025.1
26
28
uses : stackhpc/.github/.github/workflows/upstream-sync.yml@main
27
29
with :
28
30
release_series : 2025.1
31
+ upstream : openstack/kayobe-config
29
32
synchronise-master :
30
33
if : github.repository == 'stackhpc/stackhpc-kayobe-config'
31
34
name : Synchronise master
32
35
uses : stackhpc/.github/.github/workflows/upstream-sync.yml@main
33
36
with :
34
37
release_series : master
38
+ upstream : openstack/kayobe-config
You can’t perform that action at this time.
0 commit comments