diff --git a/.github/workflows/tpu-tests.yml b/.github/workflows/tpu-tests.yml index 5602a5fb82..62deb16f9b 100644 --- a/.github/workflows/tpu-tests.yml +++ b/.github/workflows/tpu-tests.yml @@ -29,7 +29,7 @@ jobs: # run only when the PR title contains 'TPU' or is a merge to master if: | (github.event_name == 'push' && github.ref == 'refs/heads/master') || - (startsWith(github.event_name, 'pull_request') && ( contains(github.event.pull_request.title, 'TPU')) + (startsWith(github.event_name, 'pull_request') && contains(github.event.pull_request.title, 'TPU')) strategy: fail-fast: false