[fix] ci: remove github's scheduled actions
All checks were successful
/ check (push) Successful in 25s
/ build (audiomenu) (push) Successful in 2s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 12s
/ update-lockfile (push) Has been skipped

I'll run them on my own CI instead
This commit is contained in:
Jalil David Salamé Messina 2024-07-20 16:01:19 +02:00
parent 11b0eed664
commit 5e326d8f6e
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -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: