Skip to content

Commit 2eaa1ed

Browse files
authored
Merge pull request #75 from stackhpc/master-workflows
feat: automatic update of workflows master
2 parents dddecba + 1e6f405 commit 2eaa1ed

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ permissions:
88
contents: write
99
pull-requests: write
1010
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
1116
synchronise-wallaby:
1217
name: Synchronise wallaby
1318
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
@@ -18,3 +23,8 @@ jobs:
1823
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
1924
with:
2025
release_series: yoga
26+
synchronise-zed:
27+
name: Synchronise zed
28+
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
29+
with:
30+
release_series: zed

0 commit comments

Comments
 (0)