We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d37ed commit d74e0c3Copy full SHA for d74e0c3
1 file changed
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ on:
33
required: false
34
type: string
35
default: '1'
36
- RUN_POSTGRESQL_JOBS:
+ RUN_PGSQL_JOBS:
37
38
39
@@ -289,7 +289,7 @@ jobs:
289
290
# START PostgreSQL Job
291
postgres-tests:
292
- if: ${{ inputs.RUN_POSTGRESQL_JOBS == '1' }}
+ if: ${{ inputs.RUN_PGSQL_JOBS == '1' }}
293
runs-on: ubuntu-22.04
294
strategy:
295
matrix:
0 commit comments