Skip to content

Commit d6543c0

Browse files
authored
chore: skip e2e tests (#5711)
* Skip e2e tests * Skip with if
1 parent dad242a commit d6543c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coder.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ jobs:
617617
name: "test/e2e/${{ matrix.os }}"
618618
needs:
619619
- changes
620-
if: needs.changes.outputs.docs-only == 'false'
620+
if: false #needs.changes.outputs.docs-only == 'false'
621621
runs-on: ${{ matrix.os }}
622622
timeout-minutes: 20
623623
strategy:

0 commit comments

Comments
 (0)