build: update reusable workflows

This commit is contained in:
2026-01-23 00:59:16 +02:00
parent 12de3ab2a0
commit dde356831f
12 changed files with 48 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ on:
pull_request:
types: [opened, ready_for_review, reopened, synchronize]
permissions:
contents: read
pull-requests: read
concurrency:
group: block-unconventional-commits-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -6,6 +6,10 @@ on:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: build-npm-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -6,6 +6,10 @@ on:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: lint-info-xml-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -6,6 +6,10 @@ on:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: lint-eslint-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -6,6 +6,10 @@ on:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: openapi-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -6,6 +6,10 @@ on:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: lint-php-cs-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -6,6 +6,10 @@ on:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: lint-php-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -6,6 +6,10 @@ on:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: phpunit-incremental-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -6,6 +6,10 @@ on:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: phpunit-mysql-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -6,6 +6,10 @@ on:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: phpunit-pgsql-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -7,6 +7,10 @@ on:
# branches:
# - master
permissions:
contents: read
pull-requests: read
concurrency:
group: psalm-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

View File

@@ -6,6 +6,10 @@ on:
branches:
- master
permissions:
contents: read
pull-requests: read
concurrency:
group: vitest-${{ github.head_ref || github.run_id }}
cancel-in-progress: true