Skip to content

Commit 3fd9a00

Browse files
committed
testo
1 parent 4f6e434 commit 3fd9a00

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
jobs:
@@ -50,7 +47,7 @@ jobs:
5047
matrix: ${{ fromJson(needs.sync-matrix-build.outputs.matrix) }}
5148
max-parallel: 1
5249
fail-fast: False
53-
uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@main
50+
uses: stackhpc/stackhpc-release-train/.github/workflows/package-sync.yml@fix-nightly
5451
with:
5552
sync_ark: True
5653
sync_test: False

0 commit comments

Comments
 (0)