Attempt to checkout repo first...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user