We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2a2dc commit 77cb0caCopy full SHA for 77cb0ca
.github/workflows/run-prod.yaml
@@ -2,8 +2,8 @@ name: make run-prod (or custom)
2
3
on:
4
schedule:
5
- # Run at 11 AM UTC on Wednesdays
6
- - cron: '0 11 * * 3'
+ # Run at 11:30 AM UTC on Wednesdays
+ - cron: '30 11 * * 3'
7
workflow_dispatch:
8
inputs:
9
command:
NEWS.md
@@ -1,6 +1,7 @@
1
# CFAEpiNow2Pipeline v0.2.0
## Features
+* Adjust run trigger for time change
* Move first run earlier in the day
* Removing duplicative r-cmd-check.yaml file (already checking in Dockerfile)
* Upgrade checkout action to v5
0 commit comments