We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a8e54 commit e12cc67Copy full SHA for e12cc67
.github/workflows/tidy3d-python-client-tests.yml
@@ -213,7 +213,8 @@ jobs:
213
if: >-
214
matrix.python-version == '3.13' &&
215
github.event_name == 'pull_request' &&
216
- !contains(github.event.pull_request.labels.*.name, 'ignore_diff_coverage')
+ !contains(github.event.pull_request.labels.*.name, 'ignore_diff_coverage') &&
217
+ github.event.pull_request.head.repo.fork == false
218
with:
219
result-encoding: string
220
script: |
0 commit comments