Skip to content

Commit 766cf8e

Browse files
authored
Merge pull request #33 from stackhpc/master-workflows
feat: automatic update of workflows master
2 parents bdf1ff8 + 906f081 commit 766cf8e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,28 @@ jobs:
1313
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
1414
with:
1515
release_series: 2023.1
16-
synchronise-zed:
17-
name: Synchronise zed
16+
synchronise-victoria:
17+
name: Synchronise victoria
1818
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
1919
with:
20-
release_series: zed
21-
synchronise-yoga:
22-
name: Synchronise yoga
20+
release_series: victoria
21+
synchronise-wallaby:
22+
name: Synchronise wallaby
2323
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
2424
with:
25-
release_series: yoga
25+
release_series: wallaby
2626
synchronise-xena:
2727
name: Synchronise xena
2828
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
2929
with:
3030
release_series: xena
31-
synchronise-wallaby:
32-
name: Synchronise wallaby
31+
synchronise-yoga:
32+
name: Synchronise yoga
3333
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
3434
with:
35-
release_series: wallaby
36-
synchronise-victoria:
37-
name: Synchronise victoria
35+
release_series: yoga
36+
synchronise-zed:
37+
name: Synchronise zed
3838
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
3939
with:
40-
release_series: victoria
40+
release_series: zed

0 commit comments

Comments
 (0)