Skip to content

Commit a487767

Browse files
authored
Merge pull request #252 from xlab-uiuc/ci-fix
ci: allow PRs from downstream forks to pass the rest of actions
2 parents 954df71 + 19f34cd commit a487767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-syntax-checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: python-syntax-checker
33
on:
44
push:
55
branches: [ main ]
6-
pull_request:
6+
pull_request_target:
77
branches: [ main ]
88

99
jobs:

0 commit comments

Comments
 (0)