Skip to content

Commit e8dce09

Browse files
committed
cfl: run batch workflow on push [TMP]
1 parent 905efcf commit e8dce09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cflite_batch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
workflow_dispatch:
1111
schedule:
1212
- cron: '0 0/8 * * *' # Every 8th hour.
13+
push:
1314

1415
permissions: read-all
1516

.github/workflows/cflite_cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
schedule:
66
- cron: '0 0 * * *' # Once a day at midnight.
7+
push:
78

89
permissions: read-all
910

0 commit comments

Comments
 (0)