Skip to content

Commit

Permalink
Merge pull request #75 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 25, 2024
2 parents dddecba + 1e6f405 commit 2eaa1ed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/upstream-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ permissions:
contents: write
pull-requests: write
jobs:
synchronise-2023-1:
name: Synchronise 2023.1
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: 2023.1
synchronise-wallaby:
name: Synchronise wallaby
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
Expand All @@ -18,3 +23,8 @@ jobs:
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: yoga
synchronise-zed:
name: Synchronise zed
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main
with:
release_series: zed

0 comments on commit 2eaa1ed

Please sign in to comment.