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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '**'
|
- '**'
|
||||||
|
schedule:
|
||||||
|
- cron: '40 12 * * *' # not to frequent, GitHub only allows a few pulls per hour
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
nix build:
|
nix build:
|
||||||
|
@ -11,7 +13,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: setup ssh
|
- name: nix flake archive
|
||||||
run: |
|
run: |
|
||||||
cat <<EOF > .id_rsa
|
cat <<EOF > .id_rsa
|
||||||
${{ secrets.SSH_KEY }}
|
${{ secrets.SSH_KEY }}
|
||||||
|
|
Loading…
Reference in a new issue