mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
only run the latest commit to avoid cache overwrites (#5154)
This commit is contained in:
parent
e2239d36c9
commit
b2a2a9d6c7
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -6,6 +6,11 @@ on:
|
|||||||
- dev
|
- dev
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
# only run the latest commit to avoid cache overwrites
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: 3.9
|
PYTHON_VERSION: 3.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user