diff --git a/.github/workflows/ci-auth-js-node18.yml b/.github/workflows/ci-auth-js-node18.yml index 03406e801..8c098b18d 100644 --- a/.github/workflows/ci-auth-js-node18.yml +++ b/.github/workflows/ci-auth-js-node18.yml @@ -15,6 +15,10 @@ 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 f3ec8fe3c..e58171d7b 100644 --- a/.github/workflows/ci-core.yml +++ b/.github/workflows/ci-core.yml @@ -19,6 +19,10 @@ 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 e35fe394e..98095faa3 100644 --- a/.github/workflows/ci-supabase-js.yml +++ b/.github/workflows/ci-supabase-js.yml @@ -15,6 +15,10 @@ on: - '!packages/**/*ignore' workflow_call: +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: ${{ github.event_name == 'pull_request' }} + env: NODE_VERSION: '20' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a23b3bcd3..348dce95f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,6 +5,10 @@ name: Publish releases on: push: branches: [master] + paths-ignore: + - '*.md' + - 'docs/**' + - '**/CHANGELOG.md' workflow_dispatch: inputs: version_specifier: