We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 888f50d + a4b4e20 commit c406d80Copy full SHA for c406d80
.github/workflows/e2e.yml
@@ -61,6 +61,7 @@ jobs:
61
path: app/build/outputs/apk/dev/debug/bitkit_e2e.apk
62
63
e2e-branch:
64
+ if: github.event.pull_request.draft == false
65
uses: synonymdev/bitkit-e2e-tests/.github/workflows/determine-e2e-branch.yml@main
66
with:
67
app_branch: ${{ github.head_ref || github.ref_name }}
0 commit comments