diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bc8ff3b3e..5fd318073c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,8 @@ name: CI on: [push, pull_request] +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true jobs: build: name: Build, Upload, Test