mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
Update test-python.yaml
This commit is contained in:
parent
508bf0997a
commit
fd5880183b
1 changed files with 5 additions and 3 deletions
6
.github/workflows/test-python.yaml
vendored
6
.github/workflows/test-python.yaml
vendored
|
|
@ -1,12 +1,14 @@
|
|||
name: test-python
|
||||
|
||||
on:
|
||||
- "pull_request_target"
|
||||
- "push"
|
||||
pull_request_target:
|
||||
types: [labeled]
|
||||
|
||||
jobs:
|
||||
build_and_preview:
|
||||
runs-on: ubuntu-latest
|
||||
name: Test
|
||||
if: contains(github.event.pull_request.labels.*.name, 'safe to test')
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue