Skip to content

Commit

Permalink
ci: Turn off builds for pushes and merges to master/stable*
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Oct 30, 2023
1 parent 6def538 commit 27a4ad4
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 59 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/ftp.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
name: FTP unit tests
on:
push:
branches:
- master
- stable*
paths:
- '.github/**'
- 'apps/files_external/**'
pull_request:
paths:
- '.github/**'
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ name: Lint php

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

permissions:
contents: read
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ name: Node

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

permissions:
contents: read
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ name: OpenAPI

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

concurrency:
group: openapi-${{ github.head_ref || github.run_id }}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/s3-external.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: S3 External storage
on:
push:
branches:
- master
- stable*
paths:
- 'apps/files_external/**'
pull_request:
paths:
- 'apps/files_external/**'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/s3-primary-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/s3-primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/sftp.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: SFTP unit tests
on:
push:
branches:
- master
- stable*
paths:
- 'apps/files_external/**'
pull_request:
paths:
- 'apps/files_external/**'
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/smb-kerberos.yml
Original file line number Diff line number Diff line change
@@ -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/**'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 27a4ad4

Please sign in to comment.