Skip to content

Commit 2656cf6

Browse files
Disable storage
1 parent 62846c9 commit 2656cf6

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,13 +167,13 @@ jobs:
167167
path: /tmp/pgmoneta-test/log
168168
retention-days: 90
169169

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 }}
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 }}

0 commit comments

Comments
 (0)