Upstream Sync #1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | ||
name: Upstream Sync | ||
'on': | ||
schedule: | ||
- cron: "15 8 * * 1" | ||
workflow_dispatch: | ||
permissions: | ||
contents: write | ||
pull-requests: write | ||
jobs: | ||
synchronise-2023-1: | ||
if: github.repository == 'stackhpc/stackhpc-kayobe-config' | ||
name: Synchronise 2023.1 | ||
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main | ||
with: | ||
release_series: 2023.1 | ||
synchronise-2024-1: | ||
if: github.repository == 'stackhpc/stackhpc-kayobe-config' | ||
name: Synchronise 2024.1 | ||
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main | ||
with: | ||
release_series: 2024.1 | ||
synchronise-2025.1: | ||
Check failure on line 23 in .github/workflows/upstream-sync.yml
|
||
if: github.repository == 'stackhpc/stackhpc-kayobe-config' | ||
name: Synchronise 2025.1 | ||
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main | ||
with: | ||
release_series: 2025.1 | ||
synchronise-master: | ||
if: github.repository == 'stackhpc/stackhpc-kayobe-config' | ||
name: Synchronise master | ||
uses: stackhpc/.github/.github/workflows/upstream-sync.yml@main | ||
with: | ||
release_series: master |