infra-setup #2

Merged
cyclane merged 26 commits from :infra-setup into main 2023-09-02 17:54:04 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit c3f519e87d - Show all commits

View File

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