Allow sharing secrets on TPU tests (#15289)
This commit is contained in:
parent
7b3de1215f
commit
777a12aa69
|
@ -9,8 +9,7 @@ on:
|
||||||
- "src/pytorch_lightning/**"
|
- "src/pytorch_lightning/**"
|
||||||
- "tests/tests_pytorch/**"
|
- "tests/tests_pytorch/**"
|
||||||
- "setup.cfg" # includes pytest config
|
- "setup.cfg" # includes pytest config
|
||||||
# TODO: use _target after merge to share secrets
|
pull_request_target:
|
||||||
pull_request:
|
|
||||||
branches: [master, "release/*"]
|
branches: [master, "release/*"]
|
||||||
types: [opened, reopened, ready_for_review, synchronize] # add `ready_for_review` since draft is skipped
|
types: [opened, reopened, ready_for_review, synchronize] # add `ready_for_review` since draft is skipped
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in New Issue