Skip to content

Commit 77cb0ca

Browse files
authored
Adjust trigger for time change (#373)
1 parent 2c2a2dc commit 77cb0ca

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/run-prod.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: make run-prod (or custom)
22

33
on:
44
schedule:
5-
# Run at 11 AM UTC on Wednesdays
6-
- cron: '0 11 * * 3'
5+
# Run at 11:30 AM UTC on Wednesdays
6+
- cron: '30 11 * * 3'
77
workflow_dispatch:
88
inputs:
99
command:

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# CFAEpiNow2Pipeline v0.2.0
22

33
## Features
4+
* Adjust run trigger for time change
45
* Move first run earlier in the day
56
* Removing duplicative r-cmd-check.yaml file (already checking in Dockerfile)
67
* Upgrade checkout action to v5

0 commit comments

Comments
 (0)