diff --git a/.github/workflows/lth.yml b/.github/workflows/lth.yml index 3d52a443..2260708c 100644 --- a/.github/workflows/lth.yml +++ b/.github/workflows/lth.yml @@ -6,6 +6,11 @@ on: push: branches: - main + - +# ensure only one run or job within the group runs at a time. + concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true jobs: liquibase-test-harness: