probably fixed
Infrastructure / Check infrastructure definitions (pull_request) Successful in 1m25s Details

This commit is contained in:
Gleb Koval 2023-08-29 02:47:32 +01:00
parent 964a1ff59b
commit 01d6f01d56
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 8 additions and 3 deletions

View File

@ -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