Skip to content

Commit cd5557d

Browse files
Enable scheduled workflow for weekly runs
1 parent 4beee85 commit cd5557d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/uoa11-figshare-processing.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
options:
1212
- 'true'
1313
- 'false'
14-
# schedule:
15-
# - cron: "30 */12 * * *"
16-
# push:
17-
# branches:
18-
# - main
14+
schedule:
15+
- cron: "30 */12 * * 0"
16+
push:
17+
branches:
18+
- main
1919
pull_request:
2020
branches:
2121
- main

0 commit comments

Comments
 (0)