infra-setup #2
4
.github/workflows/infra.yaml
vendored
4
.github/workflows/infra.yaml
vendored
@ -18,6 +18,10 @@ jobs:
|
||||
name: Check infrastructure definitions
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout target
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.base.ref }}
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user