Skip to content

Commit

Permalink
Merge pull request #9 from stackhpc/master-workflows
Browse files Browse the repository at this point in the history
feat: automatic update of workflows master
  • Loading branch information
markgoddard authored Jun 13, 2022
2 parents 4c31f65 + a27622f commit 3cc93f7
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/upstream-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
name: Upstream Sync
'on':
schedule:
- cron: "15 8 * * 1"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
synchronise-xena:
name: Synchronise xena
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: xena
synchronise-wallaby:
name: Synchronise wallaby
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: wallaby
synchronise-victoria:
name: Synchronise victoria
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: victoria

0 comments on commit 3cc93f7

Please sign in to comment.