mirror of
https://github.com/NotAShelf/Basix.git
synced 2024-11-01 08:41:14 +00:00
CI: run weekly
This commit is contained in:
parent
93db558b4e
commit
e5951daa3d
1 changed files with 3 additions and 6 deletions
9
.github/workflows/convert-schemes.yaml
vendored
9
.github/workflows/convert-schemes.yaml
vendored
|
@ -1,12 +1,9 @@
|
||||||
name: Convert YAML to JSON
|
name: Convert YAML to JSON
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
branches:
|
schedule:
|
||||||
- main
|
- cron: "0 3 * * sat" # every saturday at 3AM
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
nix:
|
nix:
|
||||||
|
|
Loading…
Reference in a new issue