Skip to content

Commit bb77df9

Browse files
authored
Merge pull request #9 from stackhpc/master-workflows
feat: automatic update of workflows master
2 parents 7b063e4 + a38a852 commit bb77df9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Upstream Sync
3+
'on':
4+
schedule:
5+
- cron: "15 8 * * 1"
6+
workflow_dispatch:
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
jobs:
11+
synchronise-yoga:
12+
name: Synchronise yoga
13+
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
14+
with:
15+
release_series: yoga
16+
synchronise-xena:
17+
name: Synchronise xena
18+
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
19+
with:
20+
release_series: xena
21+
synchronise-wallaby:
22+
name: Synchronise wallaby
23+
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
24+
with:
25+
release_series: wallaby

0 commit comments

Comments
 (0)