Skip to content

Commit e12cc67

Browse files
ci: Skip diff-changes if fork (#2645)
1 parent 83a8e54 commit e12cc67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tidy3d-python-client-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,8 @@ jobs:
213213
if: >-
214214
matrix.python-version == '3.13' &&
215215
github.event_name == 'pull_request' &&
216-
!contains(github.event.pull_request.labels.*.name, 'ignore_diff_coverage')
216+
!contains(github.event.pull_request.labels.*.name, 'ignore_diff_coverage') &&
217+
github.event.pull_request.head.repo.fork == false
217218
with:
218219
result-encoding: string
219220
script: |

0 commit comments

Comments
 (0)