Browse Source
ci: Turn off builds for pushes and merges to master/stable*
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/10811/head
Joas Schilling
2 years ago
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205
15 changed files with
22 additions and
85 deletions
-
.github/workflows/integration-mysql.yml
-
.github/workflows/integration-oci.yml
-
.github/workflows/integration-pgsql.yml
-
.github/workflows/integration-sqlite.yml
-
.github/workflows/lint-eslint.yml
-
.github/workflows/lint-info-xml.yml
-
.github/workflows/lint-php.yml
-
.github/workflows/node.yml
-
.github/workflows/occ-command-documentation.yml
-
.github/workflows/openapi.yml
-
.github/workflows/phpunit-mysql.yml
-
.github/workflows/phpunit-oci.yml
-
.github/workflows/phpunit-pgsql.yml
-
.github/workflows/phpunit-sqlite.yml
-
.github/workflows/psalm.yml
|
|
|
@ -10,12 +10,8 @@ on: |
|
|
|
paths: |
|
|
|
# Only running on PR for this file to save CI time (otherwise pgsql only) |
|
|
|
- '.github/workflows/integration-mysql.yml' |
|
|
|
|
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
schedule: |
|
|
|
- cron: "5 2 * * *" |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -10,12 +10,8 @@ on: |
|
|
|
paths: |
|
|
|
# Only running on PR for this file to save CI time (otherwise pgsql only) |
|
|
|
- '.github/workflows/integration-oci.yml' |
|
|
|
|
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
schedule: |
|
|
|
- cron: "5 2 * * *" |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -7,11 +7,8 @@ name: Integration pgsql |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
schedule: |
|
|
|
- cron: "5 2 * * *" |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -10,12 +10,8 @@ on: |
|
|
|
paths: |
|
|
|
# Only running on PR for this file to save CI time (otherwise pgsql only) |
|
|
|
- '.github/workflows/integration-sqlite.yml' |
|
|
|
|
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
schedule: |
|
|
|
- cron: "5 2 * * *" |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -8,8 +8,7 @@ |
|
|
|
|
|
|
|
name: Lint eslint |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
on: pull_request |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -5,13 +5,7 @@ |
|
|
|
|
|
|
|
name: Lint info.xml |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
on: pull_request |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -5,13 +5,7 @@ |
|
|
|
|
|
|
|
name: Lint php |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
on: pull_request |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -5,13 +5,7 @@ |
|
|
|
|
|
|
|
name: Node |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
on: pull_request |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -14,12 +14,6 @@ on: |
|
|
|
- 'composer.json' |
|
|
|
- 'composer.lock' |
|
|
|
|
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
|
|
|
|
@ -1,11 +1,6 @@ |
|
|
|
name: OpenAPI |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
on: pull_request |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -7,11 +7,8 @@ name: PHPUnit mysql |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
schedule: |
|
|
|
- cron: "5 2 * * *" |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -7,11 +7,8 @@ name: PHPUnit OCI |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
schedule: |
|
|
|
- cron: "5 2 * * *" |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -7,11 +7,8 @@ name: PHPUnit pgsql |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
schedule: |
|
|
|
- cron: "5 2 * * *" |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -7,11 +7,8 @@ name: PHPUnit sqlite |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- main |
|
|
|
- master |
|
|
|
- stable* |
|
|
|
schedule: |
|
|
|
- cron: "5 2 * * *" |
|
|
|
|
|
|
|
permissions: |
|
|
|
contents: read |
|
|
|
|
|
|
|
@ -5,13 +5,7 @@ |
|
|
|
|
|
|
|
name: Static analysis |
|
|
|
|
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
push: |
|
|
|
branches: |
|
|
|
- master |
|
|
|
- main |
|
|
|
- stable* |
|
|
|
on: pull_request |
|
|
|
|
|
|
|
concurrency: |
|
|
|
group: psalm-${{ github.head_ref || github.run_id }} |
|
|
|
|