diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 870cf14..2543270 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -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"