don't build on every push
This commit is contained in:
parent
005e1c3e15
commit
4aa9869c1d
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -1,8 +1,9 @@
|
|||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '5 0 * * 6' # runs weekly on Saturday at 00:05 (give time for flake lock update)
|
||||
|
||||
env:
|
||||
TARGET_FLAKE: github:${{ github.repository }}/${{ inputs.sha || github.sha }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue