rephrase run-pgsql condition

pull/4780/head
Miro Stauder 1 year ago committed by GitHub
parent 1fa73aacc5
commit e3a239a6c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,7 +38,7 @@ jobs:
run-pgsql:
if: |
(github.event.workflow_run && github.event.workflow_run.conclusion == 'success' || ! github.event.workflow_run) &&
startsWith((github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name), 'v3.')
! startsWith((github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name), 'v2.')
uses: sysown/proxysql/.github/workflows/ci-3p-django-framework.yml@GH-Actions
secrets: inherit
with:

@ -38,7 +38,7 @@ jobs:
run-pgsql:
if: |
(github.event.workflow_run && github.event.workflow_run.conclusion == 'success' || ! github.event.workflow_run) &&
startsWith((github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name), 'v3.')
! startsWith((github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name), 'v2.')
uses: sysown/proxysql/.github/workflows/ci-3p-laravel-framework.yml@GH-Actions
secrets: inherit
with:

@ -20,7 +20,7 @@ jobs:
run-pgsql:
if: |
(github.event.workflow_run && github.event.workflow_run.conclusion == 'success' || ! github.event.workflow_run) &&
startsWith((github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name), 'v3.')
! startsWith((github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name), 'v2.')
uses: sysown/proxysql/.github/workflows/ci-3p-postgresql.yml@GH-Actions
secrets: inherit
with:

@ -38,7 +38,7 @@ jobs:
run-pgsql:
if: |
(github.event.workflow_run && github.event.workflow_run.conclusion == 'success' || ! github.event.workflow_run) &&
startsWith((github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name), 'v3.')
! startsWith((github.event.workflow_run && github.event.workflow_run.head_branch || github.ref_name), 'v2.')
uses: sysown/proxysql/.github/workflows/ci-3p-sqlalchemy.yml@GH-Actions
secrets: inherit
with:

Loading…
Cancel
Save