Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/package-sync-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: Nightly package repository sync
on:
schedule:
# Daily at 23:17
- cron: "00 21 * * *"
# Daily at 20:00 UTC
- cron: "00 20 * * *"
concurrency:
group: nightly-package-sync
env:
Expand Down Expand Up @@ -44,12 +44,12 @@ jobs:
echo -n "${{ steps.matrix-build.outputs.matrix }}"

sync-matrix-run:
name: Sync
name: Package repository sync
needs:
- sync-matrix-build
strategy:
matrix: ${{ fromJson(needs.sync-matrix-build.outputs.matrix) }}
max-parallel: 1
max-parallel: 4
fail-fast: false
uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@main
with:
Expand Down