diff --git a/.github/workflows/integration_test.yaml b/.github/workflows/integration_test.yaml index 96c2a500..d0ada1b5 100644 --- a/.github/workflows/integration_test.yaml +++ b/.github/workflows/integration_test.yaml @@ -3,6 +3,10 @@ name: Integration tests on: pull_request: +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + jobs: integration-tests: uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@main