Skip to content

Commit 8b11697

Browse files
authored
chore: e2e hosted and singleton should not be run on DOC-ONLY changes (#855)
Signed-off-by: Mike Ng <[email protected]>
1 parent c4e706f commit 8b11697

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/doc-only.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,11 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- run: 'echo "Not required"'
48+
e2e-hosted:
49+
runs-on: ubuntu-latest
50+
steps:
51+
- run: 'echo "Not required"'
52+
e2e-singleton:
53+
runs-on: ubuntu-latest
54+
steps:
55+
- run: 'echo "Not required"'

0 commit comments

Comments
 (0)