Attempt to checkout repo first...
This commit is contained in:
@@ -3,8 +3,14 @@ run-name: Web Proxy - Nix
|
|||||||
on: [push, merge]
|
on: [push, merge]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
checkout-repo:
|
||||||
|
run-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Ensure cloned repo
|
||||||
|
run: git pull
|
||||||
setup-nixos-runner:
|
setup-nixos-runner:
|
||||||
run-on: ubuntu-latest
|
run-on: ubuntu-latest
|
||||||
|
needs: [checkout-repo]
|
||||||
container:
|
container:
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user