diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 8278113..c454558 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -2,10 +2,6 @@ name: Integration Tests on: pull_request -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - jobs: integration_tests: name: Integration tests