diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c6171d5e..df33eb051 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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