Skip to content

Commit

Permalink
sync script: block on "all-prechecks" (#993)
Browse files Browse the repository at this point in the history
Update our sync script configuration to not push Spack PR branches
until the "all-prechecks" check has succeeded.
  • Loading branch information
zackgalbreath authored Nov 7, 2024
1 parent 19f3471 commit 88baa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/production/custom/gh-gl-sync/cron-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ spec:
- "--main-branch"
- "develop"
- "--prereq-check"
- "prechecks / style"
- "all-prechecks"
nodeSelector:
spack.io/node-pool: base

0 comments on commit 88baa9e

Please sign in to comment.