mirror of
https://github.com/esphome/esphome.git
synced 2024-11-22 11:47:30 +01:00
Cancel previous workflows for PRs and branches (#2800)
This commit is contained in:
parent
00965fe19e
commit
2347e043a9
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -9,6 +9,10 @@ on:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
name: ${{ matrix.name }}
|
name: ${{ matrix.name }}
|
||||||
|
Loading…
Reference in New Issue
Block a user