mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
ci: fix check workflow file
This commit is contained in:
parent
b33b7a00c9
commit
d59a60dc51
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
@ -2,8 +2,9 @@ name: "Check flake outputs"
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
- master
|
branches:
|
||||||
- develop
|
- master
|
||||||
|
- develop
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 11 * * *' # At 11:30 everyday.
|
- cron: '30 11 * * *' # At 11:30 everyday.
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user