ci: Turn off builds for pushes and merges to master/stable*

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/41193/head
Joas Schilling 2023-10-30 11:52:09 +07:00
parent 6def538154
commit 27a4ad4b5a
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
11 changed files with 1 additions and 59 deletions

@ -1,12 +1,6 @@
name: Cypress
on:
pull_request:
push:
branches:
- main
- master
- stable*
on: pull_request
concurrency:
group: cypress-${{ github.head_ref || github.run_id }}

@ -1,12 +1,5 @@
name: FTP unit tests
on:
push:
branches:
- master
- stable*
paths:
- '.github/**'
- 'apps/files_external/**'
pull_request:
paths:
- '.github/**'

@ -7,11 +7,6 @@ name: Lint php
on:
pull_request:
push:
branches:
- main
- master
- stable*
permissions:
contents: read

@ -7,11 +7,6 @@ name: Node
on:
pull_request:
push:
branches:
- main
- master
- stable*
permissions:
contents: read

@ -2,10 +2,6 @@ name: OpenAPI
on:
pull_request:
push:
branches:
- master
- stable*
concurrency:
group: openapi-${{ github.head_ref || github.run_id }}

@ -1,11 +1,5 @@
name: S3 External storage
on:
push:
branches:
- master
- stable*
paths:
- 'apps/files_external/**'
pull_request:
paths:
- 'apps/files_external/**'

@ -11,10 +11,6 @@ on:
- '.php-cs-fixer.dist.php'
- 'composer.json'
- 'composer.lock'
push:
branches:
- master
- stable*
concurrency:
group: s3-external-integration-${{ github.head_ref || github.run_id }}

@ -11,10 +11,6 @@ on:
- '.php-cs-fixer.dist.php'
- 'composer.json'
- 'composer.lock'
push:
branches:
- master
- stable*
concurrency:
group: s3-primary-${{ github.head_ref || github.run_id }}

@ -1,11 +1,5 @@
name: SFTP unit tests
on:
push:
branches:
- master
- stable*
paths:
- 'apps/files_external/**'
pull_request:
paths:
- 'apps/files_external/**'

@ -1,12 +1,5 @@
name: Samba Kerberos SSO
on:
push:
branches:
- master
- stable*
paths:
- 'apps/files_external/**'
- '.github/workflows/smb-kerberos.yml'
pull_request:
paths:
- 'apps/files_external/**'

@ -2,10 +2,6 @@ name: Psalm static code analysis
on:
pull_request:
push:
branches:
- master
- stable*
concurrency:
group: static-code-analysis-${{ github.head_ref || github.run_id }}