We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6e434 commit b8f3adbCopy full SHA for b8f3adb
.github/workflows/package-sync-nightly.yml
@@ -1,9 +1,6 @@
1
---
2
name: Nightly package repository sync
3
-on:
4
- schedule:
5
- # Daily at 23:17
6
- - cron: '17 23 * * *'
+on: push
7
env:
8
ANSIBLE_FORCE_COLOR: True
9
jobs:
@@ -50,7 +47,7 @@ jobs:
50
47
matrix: ${{ fromJson(needs.sync-matrix-build.outputs.matrix) }}
51
48
max-parallel: 1
52
49
fail-fast: False
53
- uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@main
+ uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@fix-nightly
54
with:
55
sync_ark: True
56
sync_test: False
0 commit comments