mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Add GitHub Actions concurrency limits (#60194)
This commit is contained in:
parent
39691faccc
commit
4aae088512
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@ -15,6 +15,10 @@ env:
|
||||
PRE_COMMIT_CACHE: ~/.cache/pre-commit
|
||||
SQLALCHEMY_WARN_20: 1
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
# Separate job to pre-populate the base dependency cache
|
||||
# This prevent upcoming jobs to do the same individually
|
||||
|
Loading…
x
Reference in New Issue
Block a user