From 91ec1a948f0f3adb627efbdf32dfe52eecc1b233 Mon Sep 17 00:00:00 2001 From: BacLuc Date: Tue, 2 Jul 2024 21:29:18 +0200 Subject: [PATCH] continuous-integration.yml: disable concurrent_skipping The default is 'never'. https://github.com/fkirc/skip-duplicate-actions/tree/84931c63f7562abc89860097e0caf563c7b87f65?tab=readme-ov-file#concurrent_skipping Reason: the skipped checks of push or pull_request finish before the other. If the other fails, we have a PR with failed checks in the devel branch. --- .github/workflows/continuous-integration.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 452f590224..adb84caa53 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -33,7 +33,6 @@ jobs: - id: skip_check uses: fkirc/skip-duplicate-actions@v5 with: - concurrent_skipping: 'same_content_newer' skip_after_successful_duplicate: 'true' paths: | [ @@ -50,7 +49,6 @@ jobs: - id: skip_check uses: fkirc/skip-duplicate-actions@v5 with: - concurrent_skipping: 'same_content_newer' skip_after_successful_duplicate: 'true' paths: | [