Compare commits

...

2 commits

Author SHA1 Message Date
3e1ee94dc9
[CI] Re-enable jobs
All checks were successful
/ test (push) Successful in 32s
2024-03-26 15:28:34 +01:00
3c9a69063f
[CI] Temporarily disable update-flake-lock job 2024-03-26 14:57:08 +01:00

View file

@ -18,8 +18,7 @@ jobs:
git config --global user.email "sevenofnine@stronzi.org"
git config --global user.name "Seven of Nine"
- name: Update flake's lockfile and create commit
run: nix flake update --commit-lock-file
- name: Push commit to the `update-flake-lock` remote branch
run: nix flake update --commit-lock-file# - name: Push commit to the `update-flake-lock` remote branch
run: git push origin --force update-flake-lock # sevenOfNix needs write access to the repository
- name: Login as `Seven of Nix`
run: |