Rework triggers again.

This commit is contained in:
Greyscale 2024-05-18 21:16:35 +02:00
parent bc4eb2277c
commit 0cf75a9ce7
8 changed files with 0 additions and 23 deletions

View file

@ -3,7 +3,6 @@ name: "Build"
permissions:
contents: read
on:
workflow_call:
workflow_dispatch:
push:
branches:

View file

@ -8,10 +8,6 @@ on:
workflow_call:
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
env:
PLATFORMS: linux/amd64,linux/arm64
CANDIDATE_IMAGE: ghcr.io/benzine-framework/bouncer:build-${{ github.sha }}

View file

@ -8,10 +8,6 @@ on:
workflow_call:
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
env:
CANDIDATE_IMAGE: ghcr.io/benzine-framework/bouncer:build-${{ github.sha }}
RELEASE_IMAGE_GHCR: ghcr.io/benzine-framework/bouncer:latest

View file

@ -12,10 +12,6 @@ on:
types:
- completed
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
env:
CANDIDATE_IMAGE: ghcr.io/benzine-framework/bouncer:build-${{ github.sha }}

View file

@ -7,10 +7,6 @@ on:
workflow_call:
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
jobs:
php-stan:
name: PHPStan

View file

@ -5,7 +5,6 @@ permissions:
actions: write
on:
workflow_call:
workflow_dispatch:
push:
branches:

View file

@ -7,10 +7,6 @@ on:
workflow_call:
workflow_dispatch:
concurrency:
group: "${{ github.workflow }}-${{ github.head_ref || github.run_id }}"
cancel-in-progress: true
jobs:
trunk-check:
name: Trunk Check Runner

View file

@ -3,7 +3,6 @@ name: "Quality Control: Trunk Upgrade"
permissions: read-all
on:
workflow_call:
workflow_dispatch:
push:
branches: