try with schedule
This commit is contained in:
parent
26373a9407
commit
17d6733c21
1 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- '**'
|
||||
schedule:
|
||||
- cron: '40 12 * * *' # not to frequent, GitHub only allows a few pulls per hour
|
||||
|
||||
jobs:
|
||||
nix build:
|
||||
|
@ -11,7 +13,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: setup ssh
|
||||
- name: nix flake archive
|
||||
run: |
|
||||
cat <<EOF > .id_rsa
|
||||
${{ secrets.SSH_KEY }}
|
||||
|
|
Loading…
Reference in a new issue