Remove concurrency

This commit is contained in:
adilallo
2026-01-28 15:01:03 -07:00
parent e6e5499646
commit 5ffad5551c
-5
View File
@@ -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"