Skip to content

Commit 1de21e0

Browse files
temporarily run sync cron-job every 30 minutes
1 parent 6155d24 commit 1de21e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-external-layers.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Sync external layers
22
on:
33
schedule:
4-
- cron: '0 0 * * *'
4+
- cron: '*/30 * * * *'
55
jobs:
66
report:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)