mirror of
https://github.com/browser-use/browser-use
synced 2026-04-29 17:47:22 +02:00
cancel tests on new commit
This commit is contained in:
6
.github/workflows/package.yaml
vendored
6
.github/workflows/package.yaml
vendored
@@ -1,4 +1,10 @@
|
||||
name: package
|
||||
|
||||
# Cancel in-progress runs when a new commit is pushed to the same branch/PR
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
||||
Reference in New Issue
Block a user