From 1e59d52f539e7066e6ed28ed758d27ee3cc86d22 Mon Sep 17 00:00:00 2001 From: Katerina Skroumpelou Date: Tue, 21 Oct 2025 12:03:32 +0300 Subject: [PATCH] chore(ci): remove concurrency from workflows --- .github/workflows/ci-auth-js-node18.yml | 4 ---- .github/workflows/ci-core.yml | 4 ---- .github/workflows/ci-supabase-js.yml | 4 ---- 3 files changed, 12 deletions(-) diff --git a/.github/workflows/ci-auth-js-node18.yml b/.github/workflows/ci-auth-js-node18.yml index 8c098b18d..03406e801 100644 --- a/.github/workflows/ci-auth-js-node18.yml +++ b/.github/workflows/ci-auth-js-node18.yml @@ -15,10 +15,6 @@ on: - '!packages/core/auth-js/*ignore' workflow_call: -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.event_name == 'pull_request' }} - permissions: actions: read contents: read diff --git a/.github/workflows/ci-core.yml b/.github/workflows/ci-core.yml index e58171d7b..f3ec8fe3c 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -19,10 +19,6 @@ on: - '!packages/**/*ignore' workflow_call: -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.event_name == 'pull_request' }} - permissions: actions: read contents: read diff --git a/.github/workflows/ci-supabase-js.yml b/.github/workflows/ci-supabase-js.yml index 98095faa3..e35fe394e 100644 --- a/.github/workflows/ci-supabase-js.yml +++ b/.github/workflows/ci-supabase-js.yml @@ -15,10 +15,6 @@ on: - '!packages/**/*ignore' workflow_call: -concurrency: - group: ${{ github.workflow }}-${{ github.ref }} - cancel-in-progress: ${{ github.event_name == 'pull_request' }} - env: NODE_VERSION: '20'