Skip to content

Commit c406d80

Browse files
authored
Merge pull request #447 from synonymdev/piotr/e2e-branch-on-draft
Skip e2e-branch on draft
2 parents 888f50d + a4b4e20 commit c406d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
path: app/build/outputs/apk/dev/debug/bitkit_e2e.apk
6262

6363
e2e-branch:
64+
if: github.event.pull_request.draft == false
6465
uses: synonymdev/bitkit-e2e-tests/.github/workflows/determine-e2e-branch.yml@main
6566
with:
6667
app_branch: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)