File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 - " src/pytorch_lightning/**"
99 - " tests/tests_pytorch/**"
1010 - " setup.cfg" # includes pytest config
11- pull_request_target :
11+ # should use `pull_request_target` but it's blocked by
12+ # https://github.com/CircleCI-Public/trigger-circleci-pipeline-action/issues/27
13+ # so this job will not run on forks until the above is fixed or we replace CircleCI for another provider
14+ pull_request :
1215 branches : [master, "release/*"]
1316 paths :
1417 - " .github/workflows/ci-circleci.yml"
2326 trigger-circleci :
2427 runs-on : ubuntu-latest
2528 steps :
26- - uses : actions/checkout@v3
27- with :
28- ref : ${{ github.event.pull_request.head.sha }}
2929 -
uses :
CircleCI-Public/[email protected] 3030 env :
3131 CCI_TOKEN : ${{ secrets.CCI_TOKEN }}
You can’t perform that action at this time.
0 commit comments