mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
ci: update events for check workflow
This commit is contained in:
parent
29e1dd71be
commit
e170745357
8
.github/workflows/check.yml
vendored
8
.github/workflows/check.yml
vendored
@ -1,5 +1,11 @@
|
|||||||
name: "Check flake outputs"
|
name: "Check flake outputs"
|
||||||
on: [pull_request, push]
|
on:
|
||||||
|
pull_request:
|
||||||
|
push:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
|
schedule:
|
||||||
|
- cron: '30 11 * * *' # At 11:30 everyday.
|
||||||
env:
|
env:
|
||||||
NIXPKGS_ALLOW_UNFREE: "1"
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user