Skip to content

Commit b2bb217

Browse files
committed
CI: Configure upstream repository to use for sync
This requires stackhpc/.github#55 to merge.
1 parent 5d5fac1 commit b2bb217

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,25 @@ jobs:
1414
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
1515
with:
1616
release_series: 2023.1
17+
upstream: openstack/kayobe-config
1718
synchronise-2024-1:
1819
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
1920
name: Synchronise 2024.1
2021
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
2122
with:
2223
release_series: 2024.1
24+
upstream: openstack/kayobe-config
2325
synchronise-2025-1:
2426
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
2527
name: Synchronise 2025.1
2628
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
2729
with:
2830
release_series: 2025.1
31+
upstream: openstack/kayobe-config
2932
synchronise-master:
3033
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
3134
name: Synchronise master
3235
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
3336
with:
3437
release_series: master
38+
upstream: openstack/kayobe-config

0 commit comments

Comments
 (0)