Skip to content

Commit 4ac278a

Browse files
Change cron schedule to run every 12 hours
Updated cron schedule to run every 12 hours instead of every 4 hours.
1 parent 9e6d029 commit 4ac278a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/figshare-processing.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- 'true'
1313
- 'false'
1414
schedule:
15-
- cron: "30 */4 * * *"
15+
- cron: "30 */12 * * *"
1616
push:
1717
branches:
1818
- main
@@ -82,7 +82,6 @@ jobs:
8282
8383
- name: Save Cache from folder ./output
8484
uses: actions/cache/save@v5
85-
if: always()
8685
with:
8786
path: ./output
8887
key: ${{ steps.cache-restore-output.outputs.cache-primary-key || 'cache-files' }}

0 commit comments

Comments
 (0)