Skip to content

Commit 63db01f

Browse files
authored
Merge pull request #6 from stackhpc/master-workflows
feat: automatic update of workflows master
2 parents 887bfb8 + 057af63 commit 63db01f

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
@@ -13,3 +13,13 @@ jobs:
1313
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
1414
with:
1515
release_series: 2023.1
16+
synchronise-yoga:
17+
name: Synchronise yoga
18+
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
19+
with:
20+
release_series: yoga
21+
synchronise-zed:
22+
name: Synchronise zed
23+
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
24+
with:
25+
release_series: zed

0 commit comments

Comments
 (0)