chore: change schedule
This commit is contained in:
parent
4ff2a66de3
commit
fcd39effd5
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -2,10 +2,9 @@ name: Create Report
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 * * * *'
|
- cron: '0 0,3,6,9,12,15,18,21 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
create_report:
|
create_report:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
Loading…
Reference in New Issue
Block a user