Skip to content

Commit

Permalink
Merge pull request #323 from stackhpc/fix-nightly
Browse files Browse the repository at this point in the history
Split nightly Rocky syncs into separate job
  • Loading branch information
markgoddard authored Aug 27, 2024
2 parents b5fc1a7 + 9728c5d commit dcdc3c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-sync-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Sync
strategy:
matrix:
filter: ['(rocky|centos|rhel|epel|^docker|opensearch|grafana|rabbitmq|^treasuredata|elasticsearch)', 'jammy', 'focal', 'ubuntu_cloud_archive']
filter: ['rocky','(centos|rhel|epel|^docker|opensearch|grafana|rabbitmq|^treasuredata|elasticsearch)', 'jammy', 'focal', 'ubuntu_cloud_archive']
max-parallel: 1
fail-fast: False
uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@main
Expand Down

0 comments on commit dcdc3c6

Please sign in to comment.