mirror of https://github.com/citusdata/citus.git
Use noop step for param initalization
parent
fd58422a07
commit
6402956cb1
|
@ -32,7 +32,9 @@ jobs:
|
||||||
pg16_version: "16.0"
|
pg16_version: "16.0"
|
||||||
upgrade_pg_versions: "14.9-15.4-16.0"
|
upgrade_pg_versions: "14.9-15.4-16.0"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3.5.0
|
# Since GHA jobs needs at least one step we use a noop step here.
|
||||||
|
- name: Set up parameters
|
||||||
|
run: echo 'noop'
|
||||||
check-sql-snapshots:
|
check-sql-snapshots:
|
||||||
needs: params
|
needs: params
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
Loading…
Reference in New Issue