fix: disable the package watcher for now

- I used the wrong date value, will update in a further PR
This commit is contained in:
Arthur Meyre
2021-08-31 11:33:58 +02:00
parent e408b292d3
commit 758a5727dc

View File

@@ -1,10 +1,11 @@
name: Package Version Checker
on:
schedule:
# * is a special character in YAML so you have to quote this string
# At minute 0 for each hour from 8:00 to 22:00 inclusive from Monday to Friday inclusive
- cron: '0 8-22 * * 1-5'
# schedule:
# # * is a special character in YAML so you have to quote this string
# # At minute 0 for each hour from 8:00 to 22:00 inclusive from Monday to Friday inclusive
# - cron: '0 8-22 * * 1-5'
workflow_dispatch:
jobs:
check_and_notify_build: