We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 905efcf commit e8dce09Copy full SHA for e8dce09
.github/workflows/cflite_batch.yml
@@ -10,6 +10,7 @@ on:
10
workflow_dispatch:
11
schedule:
12
- cron: '0 0/8 * * *' # Every 8th hour.
13
+ push:
14
15
permissions: read-all
16
.github/workflows/cflite_cron.yml
@@ -4,6 +4,7 @@ on:
4
5
6
- cron: '0 0 * * *' # Once a day at midnight.
7
8
9
0 commit comments