diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 4e19d842..e72fc1cd 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -3,13 +3,9 @@ on: pull_request: path-ignore: - 'docs/**' - branches: - - main push: path-ignore: - 'docs/**' - branches: - - main concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true