Use skip-duplicate-actions instead of concurrency limit

This commit is contained in:
Gabe Kangas
2022-11-23 15:04:20 -08:00
committed by GitHub
parent efeacc7750
commit 8e2fe17e35
5 changed files with 35 additions and 25 deletions

View File

@@ -16,12 +16,13 @@ jobs:
run:
working-directory: ./web
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: Build webapp
steps:
- id: skip_check
uses: fkirc/skip-duplicate-actions@v5
with:
concurrent_skipping: 'same_content_newer'
- name: Checkout
uses: actions/checkout@v3
with: