diff --git a/.github/workflows/tests-e2e.yml b/.github/workflows/tests-e2e.yml index 410c62dfe368..f35c72ab3eac 100644 --- a/.github/workflows/tests-e2e.yml +++ b/.github/workflows/tests-e2e.yml @@ -19,6 +19,7 @@ on: - jest.config.mjs - packages/** - tsconfig.json + - .github/workflows/tests-e2e.yml concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}