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 8903286 commit 663394fCopy full SHA for 663394f
.github/workflows/cflite_batch.yml
@@ -10,6 +10,8 @@ on:
10
workflow_dispatch:
11
schedule:
12
- cron: '0 0/8 * * *' # Every 8th hour.
13
+ push:
14
+ pull_request:
15
16
permissions: read-all
17
.github/workflows/cflite_cron.yml
@@ -4,6 +4,8 @@ on:
4
5
6
- cron: '0 0 * * *' # Once a day at midnight.
7
8
9
0 commit comments