mirror of
https://github.com/esphome/esphome.git
synced 2026-05-31 17:06:40 +08:00
Cancel previous workflows for PRs and branches (#2800)
This commit is contained in:
@@ -9,6 +9,10 @@ on:
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
name: ${{ matrix.name }}
|
||||
|
||||
Reference in New Issue
Block a user