Optimize gitea actions #57
@@ -1,15 +0,0 @@
|
|||||||
name: "Evaluate Hydra Jobs"
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
push:
|
|
||||||
jobs:
|
|
||||||
eval-hydra-jobs:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Install dependencies for Nix setup action
|
|
||||||
run: |
|
|
||||||
apt update -y
|
|
||||||
apt install sudo -y
|
|
||||||
- uses: cachix/install-nix-action@v27
|
|
||||||
- run: nix eval --no-update-lock-file --accept-flake-config .\#hydraJobs
|
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
name: "Check flake syntax"
|
name: "Check flake syntax"
|
||||||
on:
|
on:
|
||||||
pull_request:
|
|
||||||
push:
|
push:
|
||||||
jobs:
|
jobs:
|
||||||
flake-check:
|
flake-check:
|
||||||
@@ -11,5 +10,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt update -y
|
apt update -y
|
||||||
apt install sudo -y
|
apt install sudo -y
|
||||||
- uses: cachix/install-nix-action@v27
|
- uses: cachix/install-nix-action@v30
|
||||||
- run: nix flake check --no-update-lock-file --accept-flake-config .
|
- run: nix flake check --no-update-lock-file --accept-flake-config .
|
||||||
|
|||||||
Reference in New Issue
Block a user