Remove concurrency
This commit is contained in:
@@ -4,13 +4,8 @@ run-name: ${{ gitea.actor }} triggered CI pipeline
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
pull_request:
|
||||
branches: [main, develop] # PRs into main/develop
|
||||
types: [opened, reopened, synchronize]
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
NODE_VERSION: "20"
|
||||
NEXT_TELEMETRY_DISABLED: "1"
|
||||
|
||||
Reference in New Issue
Block a user