Skip to content

Commit

Permalink
ci: add the same nodecondition to browserstack build
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Feb 28, 2023
1 parent 99eef84 commit d00baf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
REPO: ${{ github.event.repository.full_name }}

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

cert:
Expand Down

0 comments on commit d00baf9

Please sign in to comment.