Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci-circleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:
- "src/pytorch_lightning/**"
- "tests/tests_pytorch/**"
- "setup.cfg" # includes pytest config
pull_request_target:
# should use `pull_request_target` but it's blocked by
# https://github.com/CircleCI-Public/trigger-circleci-pipeline-action/issues/27
# so this job will not run on forks until the above is fixed or we replace CircleCI for another provider
pull_request:
branches: [master, "release/*"]
paths:
- ".github/workflows/ci-circleci.yml"
Expand All @@ -23,9 +26,6 @@ jobs:
trigger-circleci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: CircleCI-Public/[email protected]
env:
CCI_TOKEN: ${{ secrets.CCI_TOKEN }}