Additional suplicate action checks

This commit is contained in:
Gabe Kangas
2022-11-23 15:06:51 -08:00
committed by GitHub
parent 8e2fe17e35
commit ffdda17fff
3 changed files with 14 additions and 12 deletions

View File

@@ -15,11 +15,12 @@ jobs:
test:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: 'same_content_newer'
- uses: earthly/actions-setup@v1
with:
version: 'latest' # or pin to an specific version, e.g. "v0.6.10"