summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-30 09:09:18 +0100
committerJoas Schilling <coding@schilljs.com>2023-10-30 09:09:18 +0100
commitcbc11389b6fdc4c05441c1dc7de913a46f1b0627 (patch)
treed0419828747f3b22396b89483fdb948116d6ae4b /.github
parentcd20ba221b582ba95bdbad7e70221eb71569ddc5 (diff)
ci: Turn off builds for pushes and merges to master/stable*
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-mysql.yml8
-rw-r--r--.github/workflows/integration-oci.yml8
-rw-r--r--.github/workflows/integration-pgsql.yml7
-rw-r--r--.github/workflows/integration-sqlite.yml8
-rw-r--r--.github/workflows/lint-eslint.yml3
-rw-r--r--.github/workflows/lint-info-xml.yml8
-rw-r--r--.github/workflows/lint-php.yml8
-rw-r--r--.github/workflows/node.yml8
-rw-r--r--.github/workflows/occ-command-documentation.yml6
-rw-r--r--.github/workflows/openapi.yml7
-rw-r--r--.github/workflows/phpunit-mysql.yml7
-rw-r--r--.github/workflows/phpunit-oci.yml7
-rw-r--r--.github/workflows/phpunit-pgsql.yml7
-rw-r--r--.github/workflows/phpunit-sqlite.yml7
-rw-r--r--.github/workflows/psalm.yml8
15 files changed, 22 insertions, 85 deletions
diff --git a/.github/workflows/integration-mysql.yml b/.github/workflows/integration-mysql.yml
index af905b8a1..9ede8f4fe 100644
--- a/.github/workflows/integration-mysql.yml
+++ b/.github/workflows/integration-mysql.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
diff --git a/.github/workflows/integration-oci.yml b/.github/workflows/integration-oci.yml
index abbf1e069..9530912e3 100644
--- a/.github/workflows/integration-oci.yml
+++ b/.github/workflows/integration-oci.yml
@@ -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
diff --git a/.github/workflows/integration-pgsql.yml b/.github/workflows/integration-pgsql.yml
index ee9cd018f..fb0207a78 100644
--- a/.github/workflows/integration-pgsql.yml
+++ b/.github/workflows/integration-pgsql.yml
@@ -7,11 +7,8 @@ name: Integration pgsql
on:
pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+ schedule:
+ - cron: "5 2 * * *"
permissions:
contents: read
diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml
index a7729e69f..ee7bea5cf 100644
--- a/.github/workflows/integration-sqlite.yml
+++ b/.github/workflows/integration-sqlite.yml
@@ -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
diff --git a/.github/workflows/lint-eslint.yml b/.github/workflows/lint-eslint.yml
index 36c6ad0f2..dc313a577 100644
--- a/.github/workflows/lint-eslint.yml
+++ b/.github/workflows/lint-eslint.yml
@@ -8,8 +8,7 @@
name: Lint eslint
-on:
- pull_request:
+on: pull_request
permissions:
contents: read
diff --git a/.github/workflows/lint-info-xml.yml b/.github/workflows/lint-info-xml.yml
index 7b9e1c99c..33ca34590 100644
--- a/.github/workflows/lint-info-xml.yml
+++ b/.github/workflows/lint-info-xml.yml
@@ -5,13 +5,7 @@
name: Lint info.xml
-on:
- pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+on: pull_request
permissions:
contents: read
diff --git a/.github/workflows/lint-php.yml b/.github/workflows/lint-php.yml
index a6d382309..d759ff891 100644
--- a/.github/workflows/lint-php.yml
+++ b/.github/workflows/lint-php.yml
@@ -5,13 +5,7 @@
name: Lint php
-on:
- pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+on: pull_request
permissions:
contents: read
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index 1901f6aa3..c623d086b 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -5,13 +5,7 @@
name: Node
-on:
- pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+on: pull_request
permissions:
contents: read
diff --git a/.github/workflows/occ-command-documentation.yml b/.github/workflows/occ-command-documentation.yml
index df83b0cf2..24a76008d 100644
--- a/.github/workflows/occ-command-documentation.yml
+++ b/.github/workflows/occ-command-documentation.yml
@@ -14,12 +14,6 @@ on:
- 'composer.json'
- 'composer.lock'
- push:
- branches:
- - main
- - master
- - stable*
-
permissions:
contents: read
diff --git a/.github/workflows/openapi.yml b/.github/workflows/openapi.yml
index c186a100c..12735ece0 100644
--- a/.github/workflows/openapi.yml
+++ b/.github/workflows/openapi.yml
@@ -1,11 +1,6 @@
name: OpenAPI
-on:
- pull_request:
- push:
- branches:
- - master
- - stable*
+on: pull_request
permissions:
contents: read
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml
index 151351d56..ddd3aaaaf 100644
--- a/.github/workflows/phpunit-mysql.yml
+++ b/.github/workflows/phpunit-mysql.yml
@@ -7,11 +7,8 @@ name: PHPUnit mysql
on:
pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+ schedule:
+ - cron: "5 2 * * *"
permissions:
contents: read
diff --git a/.github/workflows/phpunit-oci.yml b/.github/workflows/phpunit-oci.yml
index 2b5eb2900..843e4e6be 100644
--- a/.github/workflows/phpunit-oci.yml
+++ b/.github/workflows/phpunit-oci.yml
@@ -7,11 +7,8 @@ name: PHPUnit OCI
on:
pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+ schedule:
+ - cron: "5 2 * * *"
permissions:
contents: read
diff --git a/.github/workflows/phpunit-pgsql.yml b/.github/workflows/phpunit-pgsql.yml
index 90724d59b..8e296c90d 100644
--- a/.github/workflows/phpunit-pgsql.yml
+++ b/.github/workflows/phpunit-pgsql.yml
@@ -7,11 +7,8 @@ name: PHPUnit pgsql
on:
pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+ schedule:
+ - cron: "5 2 * * *"
permissions:
contents: read
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml
index d357f6473..562ba2ba3 100644
--- a/.github/workflows/phpunit-sqlite.yml
+++ b/.github/workflows/phpunit-sqlite.yml
@@ -7,11 +7,8 @@ name: PHPUnit sqlite
on:
pull_request:
- push:
- branches:
- - main
- - master
- - stable*
+ schedule:
+ - cron: "5 2 * * *"
permissions:
contents: read
diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml
index 7be48f261..5c103a80a 100644
--- a/.github/workflows/psalm.yml
+++ b/.github/workflows/psalm.yml
@@ -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 }}