Moved checkout to seperate job
All checks were successful
Nix Web Proxy Worker / checkout-repo (push) Successful in 9s
Nix Web Proxy Worker / setup-nixos-runner (push) Successful in 6s

This commit is contained in:
2025-10-03 17:24:14 +02:00
parent 21abc0b377
commit 5d51bb0511

View File

@@ -3,13 +3,17 @@ run-name: Web Proxy - Nix
on: [push, merge]
jobs:
setup-nixos-runner:
run-on: ubuntu-latest
container:
image: ubuntu
checkout-repo:
run-on: ubuntu-latest
steps:
- name: checkout
uses: https://github.com/actions/checkout@v4
setup-nixos-runner:
run-on: ubuntu-latest
needs: [checkout-repo]
container:
image: ubuntu
steps:
- name: echo in image
run: echo "Hello Workflow world!"
- name: List current folder