Use skip-duplicate-actions instead of concurrency limit
This commit is contained in:
9
.github/workflows/test-webapp-build.yaml
vendored
9
.github/workflows/test-webapp-build.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user