Skip to content

Commit 9c85913

Browse files
committed
don't run on draft prs
1 parent b466ed9 commit 9c85913

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414

1515
jobs:
1616
build:
17+
if: github.event.pull_request.draft == false
1718
runs-on: ubuntu-latest
1819

1920
steps:
@@ -52,6 +53,7 @@ jobs:
5253
path: app/build/outputs/apk/dev/debug/bitkit_e2e.apk
5354

5455
e2e-tests:
56+
if: github.event.pull_request.draft == false
5557
runs-on: ubuntu-latest
5658
needs: build
5759

0 commit comments

Comments
 (0)