]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Make sure at least one run with the same content is not skipped
authorTobias Brunner <tobias@strongswan.org>
Mon, 7 Jul 2025 09:55:01 +0000 (11:55 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 7 Jul 2025 09:55:01 +0000 (11:55 +0200)
.github/workflows/android.yml
.github/workflows/codeql.yml
.github/workflows/linux.yml
.github/workflows/macos.yml
.github/workflows/sonarcloud.yml
.github/workflows/tkm.yml
.github/workflows/windows.yml

index 0b84743de8a5d17ae46713f5c2643ce2ba5a580d..a65be4905953f5d7c55cd3def67742929190c90c 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       - id: skip-check
         uses: fkirc/skip-duplicate-actions@master
         with:
-          concurrent_skipping: 'same_content'
+          concurrent_skipping: 'same_content_newer'
 
   android:
     needs: pre-check
index 14d3431f94cafecc406278ceba053b23cea18cbc..ab7185de4954f3c469e7201b44ed6873423e0e22 100644 (file)
@@ -19,7 +19,7 @@ jobs:
       - id: skip-check
         uses: fkirc/skip-duplicate-actions@master
         with:
-          concurrent_skipping: 'same_content'
+          concurrent_skipping: 'same_content_newer'
 
   analyze:
     needs: pre-check
index 3aa6fd921eb5f12ae5f664aad31ceea031600abc..3f251751da4c8e3e9acdbe94e0aaf6013f40349a 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       - id: skip-check
         uses: fkirc/skip-duplicate-actions@master
         with:
-          concurrent_skipping: 'same_content'
+          concurrent_skipping: 'same_content_newer'
 
   latest:
     needs: pre-check
index d115d55717ec253083171e6887427235f7a04557..3edd2b983408fc5b80bb4d7ca0b109f10c8f2aff 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       - id: skip-check
         uses: fkirc/skip-duplicate-actions@master
         with:
-          concurrent_skipping: 'same_content'
+          concurrent_skipping: 'same_content_newer'
 
   macos:
     strategy:
index 45e2709ccb3e38b8847eb1024322578113d719e1..d4748705563c7b50e3ae47396dd0b5a0d6f3e8d8 100644 (file)
@@ -17,7 +17,7 @@ jobs:
       - id: skip-check
         uses: fkirc/skip-duplicate-actions@master
         with:
-          concurrent_skipping: 'same_content'
+          concurrent_skipping: 'same_content_newer'
 
   sonarcloud:
     needs: pre-check
index 4c49d3eedb4be8f0d6dc2afc0b461f3eb2b1f8c1..1affd8f644427a302b51fb7d68bd51a7b69de2e5 100644 (file)
@@ -18,7 +18,7 @@ jobs:
       - id: skip-check
         uses: fkirc/skip-duplicate-actions@master
         with:
-          concurrent_skipping: 'same_content'
+          concurrent_skipping: 'same_content_newer'
 
   tkm:
     needs: pre-check
index 03af97aa1b04ad697e9a99dcd63214084dde1194..ca84bc8abf110a39ae8dae09ce25e4f641c88c4d 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       - id: skip-check
         uses: fkirc/skip-duplicate-actions@master
         with:
-          concurrent_skipping: 'same_content'
+          concurrent_skipping: 'same_content_newer'
 
   cross-compile:
     needs: pre-check