diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index d6d9cfdbe5c..787965fc60d 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -5,6 +5,10 @@ on: branches: - mealie-next +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + cancel-in-progress: true + jobs: pull-request-lint: name: "Lint PR"