Skip to content

Commit b771e4f

Browse files
authored
Merge branch 'v3.0' into v3.0_ci_min_proxysql_version_5561
Signed-off-by: René Cannaò <rene@proxysql.com>
2 parents 625e068 + f713d78 commit b771e4f

64 files changed

Lines changed: 1732 additions & 208 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/CI-3p-aiomysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
type: string
1111
workflow_run:
12-
workflows: [ CI-trigger ]
12+
workflows: [ CI-builds ]
1313
types: [ completed ]
1414

1515
concurrency:

.github/workflows/CI-3p-django-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
type: string
1111
workflow_run:
12-
workflows: [ CI-trigger ]
12+
workflows: [ CI-builds ]
1313
types: [ completed ]
1414

1515
concurrency:

.github/workflows/CI-3p-laravel-framework.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
type: string
1111
workflow_run:
12-
workflows: [ CI-trigger ]
12+
workflows: [ CI-builds ]
1313
types: [ completed ]
1414

1515
concurrency:

.github/workflows/CI-3p-mariadb-connector-c.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
type: string
1111
workflow_run:
12-
workflows: [ CI-trigger ]
12+
workflows: [ CI-builds ]
1313
types: [ completed ]
1414

1515
concurrency:

.github/workflows/CI-3p-mysql-connector-j.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
type: string
1111
workflow_run:
12-
workflows: [ CI-trigger ]
12+
workflows: [ CI-builds ]
1313
types: [ completed ]
1414

1515
concurrency:

.github/workflows/CI-3p-pgjdbc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
type: string
1111
workflow_run:
12-
workflows: [ CI-trigger ]
12+
workflows: [ CI-builds ]
1313
types: [ completed ]
1414

1515
concurrency:

.github/workflows/CI-3p-php-pdo-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
type: string
1111
workflow_run:
12-
workflows: [ CI-trigger ]
12+
workflows: [ CI-builds ]
1313
types: [ completed ]
1414

1515
concurrency:

.github/workflows/CI-3p-php-pdo-pgsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
type: string
1111
workflow_run:
12-
workflows: [ CI-trigger ]
12+
workflows: [ CI-builds ]
1313
types: [ completed ]
1414

1515
concurrency:

.github/workflows/CI-3p-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
type: string
1111
workflow_run:
12-
workflows: [ CI-trigger ]
12+
workflows: [ CI-builds ]
1313
types: [ completed ]
1414

1515
concurrency:

.github/workflows/CI-3p-sqlalchemy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
default: main
1010
type: string
1111
workflow_run:
12-
workflows: [ CI-trigger ]
12+
workflows: [ CI-builds ]
1313
types: [ completed ]
1414

1515
concurrency:

0 commit comments

Comments
 (0)