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 8d8820a commit 9bda448Copy full SHA for 9bda448
.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
ANSIBLE_VAULT_PASSWORD_FILE: ${{ github.workspace }}/vault-pass
@@ -51,7 +48,7 @@ jobs:
51
48
matrix: ${{ fromJson(needs.sync-matrix-build.outputs.matrix) }}
52
49
max-parallel: 1
53
50
fail-fast: False
54
- uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@main
+ uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@fix-nightly
55
with:
56
sync_ark: True
57
sync_test: False
0 commit comments