Skip to content

Commit c408c47

Browse files
authored
chore(ci): remove concurrency from workflows (#1796)
1 parent d8fcdc2 commit c408c47

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

.github/workflows/ci-auth-js-node18.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ on:
1515
- '!packages/core/auth-js/*ignore'
1616
workflow_call:
1717

18-
concurrency:
19-
group: ${{ github.workflow }}-${{ github.ref }}
20-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
21-
2218
permissions:
2319
actions: read
2420
contents: read

.github/workflows/ci-core.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ on:
1919
- '!packages/**/*ignore'
2020
workflow_call:
2121

22-
concurrency:
23-
group: ${{ github.workflow }}-${{ github.ref }}
24-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
25-
2622
permissions:
2723
actions: read
2824
contents: read

.github/workflows/ci-supabase-js.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ on:
1515
- '!packages/**/*ignore'
1616
workflow_call:
1717

18-
concurrency:
19-
group: ${{ github.workflow }}-${{ github.ref }}
20-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
21-
2218
env:
2319
NODE_VERSION: '20'
2420

0 commit comments

Comments
 (0)