github: Make sure at least one run with the same content is not skipped

This commit is contained in:
Tobias Brunner
2025-07-07 11:55:01 +02:00
parent 1f42640c43
commit 9eb5fcd6b6
7 changed files with 7 additions and 7 deletions
+1 -1
View 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