Skip to content

Commit

Permalink
rephrase run-pgsql condition
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder authored Dec 19, 2024
1 parent 3ae01d6 commit 5dd5852
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-3p-django-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-3p-laravel-framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-3p-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CI-3p-sqlalchemy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5dd5852

Please sign in to comment.