Skip to content

Commit 8759de5

Browse files
committed
wip
1 parent c4680db commit 8759de5

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/package-sync-nightly.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
name: Nightly package repository sync
3-
on:
4-
schedule:
5-
# Daily at 23:17
6-
- cron: '17 23 * * *'
3+
on: push
74
env:
85
ANSIBLE_FORCE_COLOR: True
96
ANSIBLE_VAULT_PASSWORD_FILE: ${{ github.workspace }}/vault-pass
@@ -51,7 +48,7 @@ jobs:
5148
matrix: ${{ fromJson(needs.sync-matrix-build.outputs.matrix) }}
5249
max-parallel: 1
5350
fail-fast: False
54-
uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@main
51+
uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@fix-nightly
5552
with:
5653
sync_ark: True
5754
sync_test: False

0 commit comments

Comments
 (0)