diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index ccb2dbb74..d917e8ee1 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -9,6 +9,9 @@ jobs: ubuntu-job: name: 'BrowserStack Test on Ubuntu' runs-on: ubuntu-latest + concurrency: + group: browserstack-${{ github.event.pull_request.number }} + cancel-in-progress: true if: | github.event.label.name == 'safe_to_test' || github.event.pull_request.user.login == 'dependabot[bot]'