Skip to content

Commit 289e9df

Browse files
skip nfs cluster
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
1 parent 6a1c82f commit 289e9df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/e2e-matrix.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,7 @@ jobs:
360360
BOOTSTRAP_DEV_PROXY: ${{ secrets.BOOTSTRAP_DEV_PROXY }}
361361

362362
e2e-nfs:
363+
if: github.event_name != 'pull_request'
363364
name: E2E Pipeline (NFS)
364365
needs:
365366
- set-vars
@@ -388,7 +389,7 @@ jobs:
388389
name: End-to-End tests report
389390
needs:
390391
- e2e-replicated
391-
- e2e-nfs
392+
# - e2e-nfs
392393
if: ${{ always()}}
393394
env:
394395
STORAGE_TYPES: '["replicated", "nfs"]'

0 commit comments

Comments
 (0)