Skip to content

Commit 6198275

Browse files
committed
feat: automatic update of workflows master
1 parent c707021 commit 6198275

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,19 @@ name: Upstream Sync
77
permissions:
88
contents: write
99
pull-requests: write
10-
jobs: {}
10+
jobs:
11+
synchronise-2023-1:
12+
name: Synchronise 2023.1
13+
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
14+
with:
15+
release_series: 2023.1
16+
synchronise-2024-1:
17+
name: Synchronise 2024.1
18+
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
19+
with:
20+
release_series: 2024.1
21+
synchronise-2025-1:
22+
name: Synchronise 2025.1
23+
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
24+
with:
25+
release_series: 2025.1

0 commit comments

Comments
 (0)