mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
Cancel previous workflows for PRs and branches (#2800)
This commit is contained in:
parent
00965fe19e
commit
2347e043a9
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue