HG actions - always run tests, even if builds fail, required cache might be available

pull/4409/head
Miro Stauder 2 years ago committed by GitHub
parent e6981f2f00
commit 747c6b3970
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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

@ -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

@ -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 }}

@ -24,6 +24,7 @@ jobs:
secrets: inherit
run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-repltests.yml@GH-Actions
secrets: inherit

@ -24,6 +24,7 @@ jobs:
secrets: inherit
run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-selftests.yml@GH-Actions
secrets: inherit

@ -24,6 +24,7 @@ jobs:
secrets: inherit
run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-shuntest.yml@GH-Actions
secrets: inherit

@ -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

@ -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

@ -24,6 +24,7 @@ jobs:
secrets: inherit
run:
if: ${{ always() }}
needs: [ "cache" ]
uses: sysown/proxysql/.github/workflows/ci-taptests.yml@GH-Actions
secrets: inherit

Loading…
Cancel
Save