maybe maybe maybe
Infrastructure / Check infrastructure definitions (pull_request) Failing after 1m23s
Details
Infrastructure / Check infrastructure definitions (pull_request) Failing after 1m23s
Details
This commit is contained in:
parent
206b1b3be4
commit
c3f519e87d
|
@ -18,6 +18,10 @@ jobs:
|
||||||
name: Check infrastructure definitions
|
name: Check infrastructure definitions
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout target
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
with:
|
||||||
|
ref: ${{ github.event.pull_request.base.ref }}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue