Skip to content

Commit

Permalink
HG actions - always run tests, even if builds fail, required cache mi…
Browse files Browse the repository at this point in the history
…ght be available
  • Loading branch information
mirostauder authored Dec 18, 2023
1 parent e6981f2 commit 747c6b3
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI-3p-mysql-connector-j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-3p-mysql-connector-j.yml@GH-Actions
secrets: inherit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-3p-php-pdo-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}


jobs:
cache:
uses: sysown/proxysql/.github/workflows/ci-builds.yml@GH-Actions
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-3p-php-pdo-mysql.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-3p-sqlalchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-3p-sqlalchemy.yml@GH-Actions
secrets: inherit
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/CI-basictests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ on:
# schedule:
# - cron: '15 13 * * 3'
workflow_dispatch:
# workflow_run:
# workflows: ["CI-builds"]
# types:
# - completed

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-repltests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-repltests.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-selftests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-selftests.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-shuntest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-shuntest.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-taptests-groups.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-taptests-groups.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-taptests-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-taptests-ssl.yml@GH-Actions
secrets: inherit
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/CI-taptests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
secrets: inherit

run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-taptests.yml@GH-Actions
secrets: inherit
Expand Down

0 comments on commit 747c6b3

Please sign in to comment.