Fix checkouts

This commit is contained in:
Gabe Kangas
2024-07-11 11:47:33 -07:00
parent c4756a9a45
commit 91b176a8e4
3 changed files with 15 additions and 13 deletions

View File

@@ -18,6 +18,9 @@ jobs:
with:
concurrent_skipping: 'same_content_newer'
- name: Checkout repository
uses: actions/checkout@v4
- name: Get changed files
id: changed-files-yaml
uses: tj-actions/changed-files@v44
@@ -43,9 +46,6 @@ jobs:
image: tonistiigi/binfmt:latest
platforms: all
- uses: actions/checkout@v4
if: steps.changed-files-yaml.outputs.src_any_changed == 'true'
- name: Run API tests
if: steps.changed-files-yaml.outputs.src_any_changed == 'true'
uses: nick-fields/retry@v3