Skip to content

Commit 0399f64

Browse files
committed
test error handling system with phase 2 - process
1 parent ad2d10f commit 0399f64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/process.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Process Data
22

33
on:
4-
# push:
4+
push:
55
schedule:
66
# 1:15am onwards, days 1-20, second month of each quarter
77
- cron: '15 1,5,9,13,17,21,23 1-20 2,5,8,11 *'

.github/workflows/report.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Generate Report
22

33
on:
4-
push:
4+
# push:
55
schedule:
66
# 1:15am onwards, days 1-20, third month of each quarter
77
- cron: '15 1,5,9,13,17,21,23 1-20 3,6,9,12 *'

0 commit comments

Comments
 (0)