Skip to content

Commit 92badd3

Browse files
committed
ci: don't run 2e2 on draft
1 parent 8a80f0b commit 92badd3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
runs-on: ubuntu-latest
4646
timeout-minutes: 15
4747

48+
# Don't run the CI with draft PR.
49+
if: github.event.pull_request.draft == false
50+
4851
steps:
4952
- uses: actions/checkout@v4
5053
with:

0 commit comments

Comments
 (0)