Skip to content

Commit 663394f

Browse files
committed
WIP
1 parent 8903286 commit 663394f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/cflite_batch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
workflow_dispatch:
1111
schedule:
1212
- cron: '0 0/8 * * *' # Every 8th hour.
13+
push:
14+
pull_request:
1315

1416
permissions: read-all
1517

.github/workflows/cflite_cron.yml

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

810
permissions: read-all
911

0 commit comments

Comments
 (0)