1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

fix: Edit pythonapp.yml workflow to run on non-draft PRs (#617)

This commit is contained in:
Hamza Saht
2024-11-25 00:24:04 +03:00
committed by GitHub
parent 7887789d0d
commit 7d33850d43

View File

@ -10,6 +10,7 @@ on:
jobs: jobs:
old_python: old_python:
if: github.event.pull_request.draft == false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix:
@ -37,6 +38,7 @@ jobs:
python -m unittest discover tests python -m unittest discover tests
latest_python: latest_python:
if: github.event.pull_request.draft == false
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
matrix: matrix: