feat: disable schedule run for now
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Check for updates
|
name: Check for updates
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
#schedule:
|
||||||
# https://crontab.guru/every-day-8am
|
# https://crontab.guru/every-day-8am
|
||||||
- cron: 0 8 * * *
|
#- cron: 0 8 * * *
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user