Skip to content

Commit

Permalink
simplify gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder authored Mar 18, 2024
1 parent a9e7af8 commit 035ad4a
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 75 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/CI-3p-django-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-3p-laravel-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-3p-mariadb-connector-c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-3p-mysql-connector-j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-3p-php-pdo-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-3p-sqlalchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-basictests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-repltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-shuntest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-taptests-asan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-taptests-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-taptests-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 0 additions & 5 deletions .github/workflows/CI-taptests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 035ad4a

Please sign in to comment.