only run the latest commit to avoid cache overwrites

This commit is contained in:
Blake Blackshear 2023-01-18 17:29:48 -06:00
parent e2239d36c9
commit c1b0577a94

View File

@ -6,6 +6,11 @@ on:
- dev
- master
# only run the latest commit to avoid cache overwrites
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
env:
PYTHON_VERSION: 3.9