mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-11 00:52:43 +01:00
Cancel previous workflows for PRs and branches (#1669)
This commit is contained in:
parent
f4feb4c81c
commit
bd18865874
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -10,6 +10,10 @@ on:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user