Simplify Testing Structure #28

Merged
an.di merged 11 commits from adilallo/maintenance/SimplifyTestingStructure into main 2026-01-29 02:00:24 +00:00
Showing only changes of commit 5ffad5551c - Show all commits
-5
View File
@@ -4,13 +4,8 @@ run-name: ${{ gitea.actor }} triggered CI pipeline
on: on:
workflow_dispatch: {} workflow_dispatch: {}
pull_request: pull_request:
branches: [main, develop] # PRs into main/develop
types: [opened, reopened, synchronize] types: [opened, reopened, synchronize]
concurrency:
group: ci-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env: env:
NODE_VERSION: "20" NODE_VERSION: "20"
NEXT_TELEMETRY_DISABLED: "1" NEXT_TELEMETRY_DISABLED: "1"