Files
infrastructure/.gitea/workflows/eval-hydra-jobs.yml
kalipso 8826a5e2ac
Some checks failed
Evaluate Hydra Jobs / eval-hydra-jobs (push) Failing after 41s
Update flakes / createPullRequest (push) Failing after 51s
[actions] eval runner do not update lock
2024-10-24 00:08:16 +02:00

20 lines
580 B
YAML

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
- name: add github access token to prevent api limit
run: |
echo "access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}" >> /etc/nix/nix.conf
echo "Added github token to nix conf"
- run: nix eval --no-update-lock-file .\#hydraJobs