remove 'if: always()' from top level action jobs 'run'

pull/4439/head
Miro Stauder 2 years ago committed by GitHub
parent 7f57f20e5a
commit 587f49e150
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save