[CI] Temporarily disable update-flake-lock
job
This commit is contained in:
parent
a16c6bd6cc
commit
3c9a69063f
2 changed files with 45 additions and 45 deletions
|
@ -1,11 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
branches: ["*"]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout repository
|
||||
- name: Build with nix
|
||||
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"
|
||||
# on:
|
||||
# push:
|
||||
# branches: ["*"]
|
||||
# jobs:
|
||||
# test:
|
||||
# runs-on: nix
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# name: Checkout repository
|
||||
# - name: Build with nix
|
||||
# run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue