Compare commits

..

No commits in common. "ea3d52755ab565928af2d64ee3b304c9444371d4" and "a0b966ed421baacd5b3ea586904c2a030318a2ff" have entirely different histories.

2 changed files with 2 additions and 22 deletions

View file

@ -1,4 +1,4 @@
name: "Check & Deploy"
name: "CI"
on:
push:
branches: [main]
@ -14,7 +14,7 @@ jobs:
with:
name: sebastian-stork
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix flake check --print-build-logs
- run: nix flake check
deploy:
needs: check
runs-on: ubuntu-latest

View file

@ -1,20 +0,0 @@
name: "Update"
on:
schedule:
- cron: "0 4 * * 1,3,6" # Mon, Wed, Sat at 04:00 UTC
workflow_dispatch:
jobs:
update:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: experimental-features = nix-command flakes pipe-operators
- run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
nix flake update --commit-lock-file
git push