We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62846c9 commit 2656cf6Copy full SHA for 2656cf6
1 file changed
.github/workflows/ci.yml
@@ -167,13 +167,13 @@ jobs:
167
path: /tmp/pgmoneta-test/log
168
retention-days: 90
169
170
- storage:
171
- needs: [format-check, build-linux]
172
- strategy:
173
- matrix:
174
- platform: [ubuntu-latest]
175
- pg_version: ["14"]
176
- uses: ./.github/workflows/storage.yml
177
- with:
178
- platform: ${{ matrix.platform }}
179
- pg_version: ${{ matrix.pg_version }}
+ # storage:
+ # needs: [format-check, build-linux]
+ # strategy:
+ # matrix:
+ # platform: [ubuntu-latest]
+ # pg_version: ["14"]
+ # uses: ./.github/workflows/storage.yml
+ # with:
+ # platform: ${{ matrix.platform }}
+ # pg_version: ${{ matrix.pg_version }}
0 commit comments