mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix: disable the package watcher for now
- I used the wrong date value, will update in a further PR
This commit is contained in:
9
.github/workflows/package-watcher.yaml
vendored
9
.github/workflows/package-watcher.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user