[fix] ci: remove github's scheduled actions
I'll run them on my own CI instead
This commit is contained in:
parent
3f41f1c83d
commit
b4013622ae
1 changed files with 3 additions and 2 deletions
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
@ -6,8 +6,9 @@ on:
|
|||
- ./**.nix
|
||||
- ./flake.lock
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: 5 4 * * 5 # At 04:05 on Friday.
|
||||
# scheduled runs are run on my own infrastructure
|
||||
# schedule:
|
||||
# - cron: 5 4 * * 5 # At 04:05 on Friday.
|
||||
|
||||
jobs:
|
||||
check:
|
||||
|
|
Loading…
Reference in a new issue