probably fixed
Infrastructure / Check infrastructure definitions (pull_request) Successful in 1m25s
Details
Infrastructure / Check infrastructure definitions (pull_request) Successful in 1m25s
Details
This commit is contained in:
parent
964a1ff59b
commit
01d6f01d56
|
@ -21,9 +21,14 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Fetch target
|
||||
- name: Fetch PR base
|
||||
if: github.event.pull_request
|
||||
run: |
|
||||
git fetch --no-tags --progress --no-recurse-submodules --depth=1 origin ${{ github.event.pull_request.base.ref }}
|
||||
git fetch --no-tags --progress --no-recurse-submodules --depth=1 origin ${{ github.event.pull_request.base.sha }}
|
||||
|
||||
- name: Test
|
||||
if: github.event.forkee
|
||||
run: echo dot!
|
||||
|
||||
- run: |
|
||||
echo !${{ github.event.pull_request.base.repo }} !${{ github.event.pull_request.base.sha }}
|
||||
|
@ -46,7 +51,7 @@ jobs:
|
|||
id: changed-playbooks
|
||||
uses: tj-actions/changed-files@v38
|
||||
with:
|
||||
since_last_remote_commit: "true"
|
||||
base_sha: ${{ github.event.pull_request.base.sha }}
|
||||
files: infra/**-playbook.yaml
|
||||
|
||||
- name: Check modified playbooks
|
||||
|
|
Loading…
Reference in New Issue