skipp drafts for full test (#7046)
This commit is contained in:
parent
fbee5a86e7
commit
4d5f10108a
|
@ -6,11 +6,14 @@ on: # Trigger the workflow on push or pull request, but only for the master bra
|
|||
branches: [master, "release/*"]
|
||||
pull_request:
|
||||
branches: [master, "release/*"]
|
||||
types: [opened, reopened, ready_for_review, synchronize]
|
||||
|
||||
jobs:
|
||||
|
||||
pytest:
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
if: github.event.pull_request.draft == false
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue