mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
devops: cancel primary_tests workflow jobs for stale PR commits (#13018)
This commit is contained in:
parent
418dc9ea5d
commit
174225697a
6
.github/workflows/tests_primary.yml
vendored
6
.github/workflows/tests_primary.yml
vendored
@ -13,6 +13,12 @@ on:
|
||||
- main
|
||||
- release-*
|
||||
|
||||
concurrency:
|
||||
# For pull requests, cancel all currently-running jobs for this workflow
|
||||
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
|
||||
env:
|
||||
# Force terminal colors. @see https://www.npmjs.com/package/colors
|
||||
FORCE_COLOR: 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user