Skip to content

Commit 8192d6a

Browse files
author
Wiktor Jaszczuk
committed
chore: disable comment-bot for e2e builds
1 parent 352dbca commit 8192d6a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-e2e-android.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
variant: release
6161
github-token: ${{ secrets.GITHUB_TOKEN }}
6262
sign: false
63+
comment-bot: false
6364
working-directory: ./examples/bare-example
6465

6566
run-e2e-tests:

.github/workflows/test-e2e-ios.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
configuration: 'Release'
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959
working-directory: ./examples/bare-example
60+
comment-bot: false
6061

6162
run-e2e-tests:
6263
runs-on: macos-15

0 commit comments

Comments
 (0)