From 436b7f2b99d2fdd42a4ec15b98a80f7f2acfb653 Mon Sep 17 00:00:00 2001 From: Sibu Thomas Mathew Date: Sat, 13 Jun 2026 23:36:50 +0200 Subject: [PATCH] ci: Remove concurrency settings from security workflow The concurrency settings have been removed from the security workflow configuration in `security.yml` to streamline the process. Signed-off-by: Sibu Thomas Mathew --- .github/workflows/security.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index eb67b81..220ac84 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -6,10 +6,6 @@ on: branches: [main] workflow_dispatch: -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} - jobs: security-checks: uses: sibuthomasmathew/platform-github-workflows/.github/workflows/security-baseline.yml@main