Skip to content

Commit d00baf9

Browse files
committed
ci: add the same nodecondition to browserstack build
1 parent 99eef84 commit d00baf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/browserstack.yml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
REPO: ${{ github.event.repository.full_name }}
2626

2727
build:
28+
if: ${{ !startsWith(github.event_name, 'pull_request') || (github.event_name == 'pull_request_target' && github.event.label.name == 'trigger-browserstack') }}
2829
uses: ./.github/workflows/build.yml
2930

3031
cert:

0 commit comments

Comments
 (0)