github: Make sure at least one run with the same content is not skipped
This commit is contained in:
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- id: skip-check
|
- id: skip-check
|
||||||
uses: fkirc/skip-duplicate-actions@master
|
uses: fkirc/skip-duplicate-actions@master
|
||||||
with:
|
with:
|
||||||
concurrent_skipping: 'same_content'
|
concurrent_skipping: 'same_content_newer'
|
||||||
|
|
||||||
android:
|
android:
|
||||||
needs: pre-check
|
needs: pre-check
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ jobs:
|
|||||||
- id: skip-check
|
- id: skip-check
|
||||||
uses: fkirc/skip-duplicate-actions@master
|
uses: fkirc/skip-duplicate-actions@master
|
||||||
with:
|
with:
|
||||||
concurrent_skipping: 'same_content'
|
concurrent_skipping: 'same_content_newer'
|
||||||
|
|
||||||
analyze:
|
analyze:
|
||||||
needs: pre-check
|
needs: pre-check
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- id: skip-check
|
- id: skip-check
|
||||||
uses: fkirc/skip-duplicate-actions@master
|
uses: fkirc/skip-duplicate-actions@master
|
||||||
with:
|
with:
|
||||||
concurrent_skipping: 'same_content'
|
concurrent_skipping: 'same_content_newer'
|
||||||
|
|
||||||
latest:
|
latest:
|
||||||
needs: pre-check
|
needs: pre-check
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- id: skip-check
|
- id: skip-check
|
||||||
uses: fkirc/skip-duplicate-actions@master
|
uses: fkirc/skip-duplicate-actions@master
|
||||||
with:
|
with:
|
||||||
concurrent_skipping: 'same_content'
|
concurrent_skipping: 'same_content_newer'
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ jobs:
|
|||||||
- id: skip-check
|
- id: skip-check
|
||||||
uses: fkirc/skip-duplicate-actions@master
|
uses: fkirc/skip-duplicate-actions@master
|
||||||
with:
|
with:
|
||||||
concurrent_skipping: 'same_content'
|
concurrent_skipping: 'same_content_newer'
|
||||||
|
|
||||||
sonarcloud:
|
sonarcloud:
|
||||||
needs: pre-check
|
needs: pre-check
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- id: skip-check
|
- id: skip-check
|
||||||
uses: fkirc/skip-duplicate-actions@master
|
uses: fkirc/skip-duplicate-actions@master
|
||||||
with:
|
with:
|
||||||
concurrent_skipping: 'same_content'
|
concurrent_skipping: 'same_content_newer'
|
||||||
|
|
||||||
tkm:
|
tkm:
|
||||||
needs: pre-check
|
needs: pre-check
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ jobs:
|
|||||||
- id: skip-check
|
- id: skip-check
|
||||||
uses: fkirc/skip-duplicate-actions@master
|
uses: fkirc/skip-duplicate-actions@master
|
||||||
with:
|
with:
|
||||||
concurrent_skipping: 'same_content'
|
concurrent_skipping: 'same_content_newer'
|
||||||
|
|
||||||
cross-compile:
|
cross-compile:
|
||||||
needs: pre-check
|
needs: pre-check
|
||||||
|
|||||||
Reference in New Issue
Block a user