We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99eef84 commit d00baf9Copy full SHA for d00baf9
.github/workflows/browserstack.yml
@@ -25,6 +25,7 @@ jobs:
25
REPO: ${{ github.event.repository.full_name }}
26
27
build:
28
+ if: ${{ !startsWith(github.event_name, 'pull_request') || (github.event_name == 'pull_request_target' && github.event.label.name == 'trigger-browserstack') }}
29
uses: ./.github/workflows/build.yml
30
31
cert:
0 commit comments