Skip to content

Commit d74e0c3

Browse files
committed
Rename PostgreSQL to PGSQL
1 parent 10d37ed commit d74e0c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
required: false
3434
type: string
3535
default: '1'
36-
RUN_POSTGRESQL_JOBS:
36+
RUN_PGSQL_JOBS:
3737
required: false
3838
type: string
3939
default: '1'
@@ -289,7 +289,7 @@ jobs:
289289

290290
# START PostgreSQL Job
291291
postgres-tests:
292-
if: ${{ inputs.RUN_POSTGRESQL_JOBS == '1' }}
292+
if: ${{ inputs.RUN_PGSQL_JOBS == '1' }}
293293
runs-on: ubuntu-22.04
294294
strategy:
295295
matrix:

0 commit comments

Comments
 (0)