mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50: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
|
name: test-python
|
||||||
|
|
||||||
on:
|
on:
|
||||||
- "pull_request_target"
|
pull_request_target:
|
||||||
- "push"
|
types: [labeled]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_preview:
|
build_and_preview:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Test
|
name: Test
|
||||||
|
if: contains(github.event.pull_request.labels.*.name, 'safe to test')
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue