only run the latest commit to avoid cache overwrites (#5154)

This commit is contained in:
Blake Blackshear 2023-01-18 17:30:49 -06:00 committed by GitHub
parent e2239d36c9
commit b2a2a9d6c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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