diff --git a/.github/workflows/CI-3p-django-framework.yml b/.github/workflows/CI-3p-django-framework.yml index a6003d1b38..c62a3f4c09 100644 --- a/.github/workflows/CI-3p-django-framework.yml +++ b/.github/workflows/CI-3p-django-framework.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-3p-django-framework.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-3p-laravel-framework.yml b/.github/workflows/CI-3p-laravel-framework.yml index 707cbe3645..48b6246d13 100644 --- a/.github/workflows/CI-3p-laravel-framework.yml +++ b/.github/workflows/CI-3p-laravel-framework.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-3p-laravel-framework.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-3p-mariadb-connector-c.yml b/.github/workflows/CI-3p-mariadb-connector-c.yml index 21244f891a..ad8062e036 100644 --- a/.github/workflows/CI-3p-mariadb-connector-c.yml +++ b/.github/workflows/CI-3p-mariadb-connector-c.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-3p-mariadb-connector-c.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-3p-mysql-connector-j.yml b/.github/workflows/CI-3p-mysql-connector-j.yml index 3d915cfee2..2389589849 100644 --- a/.github/workflows/CI-3p-mysql-connector-j.yml +++ b/.github/workflows/CI-3p-mysql-connector-j.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-3p-mysql-connector-j.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-3p-php-pdo-mysql.yml b/.github/workflows/CI-3p-php-pdo-mysql.yml index f73cfb5d26..a0f88244f9 100644 --- a/.github/workflows/CI-3p-php-pdo-mysql.yml +++ b/.github/workflows/CI-3p-php-pdo-mysql.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-3p-php-pdo-mysql.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-3p-sqlalchemy.yml b/.github/workflows/CI-3p-sqlalchemy.yml index 9be2100a3b..83a937fae0 100644 --- a/.github/workflows/CI-3p-sqlalchemy.yml +++ b/.github/workflows/CI-3p-sqlalchemy.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-3p-sqlalchemy.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-basictests.yml b/.github/workflows/CI-basictests.yml index c67c20e55e..1195a0ac36 100644 --- a/.github/workflows/CI-basictests.yml +++ b/.github/workflows/CI-basictests.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-basictests.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-codeql.yml b/.github/workflows/CI-codeql.yml index 1c08bbd3cf..1d71497b44 100644 --- a/.github/workflows/CI-codeql.yml +++ b/.github/workflows/CI-codeql.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-codeql.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-repltests.yml b/.github/workflows/CI-repltests.yml index 4716bdfe49..ea067e70fc 100644 --- a/.github/workflows/CI-repltests.yml +++ b/.github/workflows/CI-repltests.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-repltests.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-selftests.yml b/.github/workflows/CI-selftests.yml index 13461ed60f..1e9bab45e0 100644 --- a/.github/workflows/CI-selftests.yml +++ b/.github/workflows/CI-selftests.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-selftests.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-shuntest.yml b/.github/workflows/CI-shuntest.yml index cd4dfc7586..406ac6af30 100644 --- a/.github/workflows/CI-shuntest.yml +++ b/.github/workflows/CI-shuntest.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-shuntest.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-taptests-asan.yml b/.github/workflows/CI-taptests-asan.yml index 08aba462d5..b17d881eae 100644 --- a/.github/workflows/CI-taptests-asan.yml +++ b/.github/workflows/CI-taptests-asan.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-taptests-asan.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-taptests-groups.yml b/.github/workflows/CI-taptests-groups.yml index b44dd79a66..d5d2d2459e 100644 --- a/.github/workflows/CI-taptests-groups.yml +++ b/.github/workflows/CI-taptests-groups.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-taptests-groups.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-taptests-ssl.yml b/.github/workflows/CI-taptests-ssl.yml index 94812e613f..c1dfc1a333 100644 --- a/.github/workflows/CI-taptests-ssl.yml +++ b/.github/workflows/CI-taptests-ssl.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-taptests-ssl.yml@GH-Actions secrets: inherit diff --git a/.github/workflows/CI-taptests.yml b/.github/workflows/CI-taptests.yml index 490f0d7298..5749c3fc8a 100644 --- a/.github/workflows/CI-taptests.yml +++ b/.github/workflows/CI-taptests.yml @@ -19,12 +19,7 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref_name }} jobs: - cache: - uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions - secrets: inherit - run: - needs: [ "cache" ] uses: sysown/proxysql/.github/workflows/ci-taptests.yml@GH-Actions secrets: inherit