mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
Add concurrency group at the job level to ensure only one BrowserStack test runs per PR at a time, eliminating the double-run scenario
This commit is contained in:
@@ -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]'
|
||||
|
||||
Reference in New Issue
Block a user