Attempt to checkout repo first...
Some checks failed
Nix Web Proxy Worker / checkout-repo (push) Failing after 59s
Nix Web Proxy Worker / setup-nixos-runner (push) Has been skipped

This commit is contained in:
2025-10-03 17:16:52 +02:00
parent e243bab095
commit a75a7579b1

View File

@@ -3,8 +3,14 @@ run-name: Web Proxy - Nix
on: [push, merge]
jobs:
checkout-repo:
run-on: ubuntu-latest
steps:
- name: Ensure cloned repo
run: git pull
setup-nixos-runner:
run-on: ubuntu-latest
needs: [checkout-repo]
container:
image: ubuntu
steps: