Browse Source

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

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v28.0.0beta1
Joas Schilling 7 months ago
parent
commit
27a4ad4b5a
No account linked to committer's email address

+ 1
- 7
.github/workflows/cypress.yml View File

@@ -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 }}

+ 0
- 7
.github/workflows/ftp.yml View File

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

+ 0
- 5
.github/workflows/lint-php.yml View File

@@ -7,11 +7,6 @@ name: Lint php

on:
pull_request:
push:
branches:
- main
- master
- stable*

permissions:
contents: read

+ 0
- 5
.github/workflows/node.yml View File

@@ -7,11 +7,6 @@ name: Node

on:
pull_request:
push:
branches:
- main
- master
- stable*

permissions:
contents: read

+ 0
- 4
.github/workflows/openapi.yml View File

@@ -2,10 +2,6 @@ name: OpenAPI

on:
pull_request:
push:
branches:
- master
- stable*

concurrency:
group: openapi-${{ github.head_ref || github.run_id }}

+ 0
- 6
.github/workflows/s3-external.yml View File

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

+ 0
- 4
.github/workflows/s3-primary-integration.yml View File

@@ -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 }}

+ 0
- 4
.github/workflows/s3-primary.yml View File

@@ -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 }}

+ 0
- 6
.github/workflows/sftp.yml View File

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

+ 0
- 7
.github/workflows/smb-kerberos.yml View File

@@ -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/**'

+ 0
- 4
.github/workflows/static-code-analysis.yml View File

@@ -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 }}

Loading…
Cancel
Save