[fix] ci: remove github's scheduled actions
Some checks failed
/ check (push) Successful in 30s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 24s
/ build (nvim) (push) Successful in 15s
/ update-lockfile (push) Failing after 0s
Some checks failed
/ check (push) Successful in 30s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 3s
/ build (jpassmenu) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 24s
/ build (nvim) (push) Successful in 15s
/ update-lockfile (push) Failing after 0s
I'll run them on my own CI instead
This commit is contained in:
parent
b242bebd8f
commit
228c84cf93
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
|
- ./**.nix
|
||||||
- ./flake.lock
|
- ./flake.lock
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
# scheduled runs are run on my own infrastructure
|
||||||
- cron: 5 4 * * 5 # At 04:05 on Friday.
|
# schedule:
|
||||||
|
# - cron: 5 4 * * 5 # At 04:05 on Friday.
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
|
Loading…
Reference in a new issue