chore: Re-enable some GitHub action workflows in draft mode (#24626)

This commit is contained in:
John Bodley
2023-07-11 09:50:14 -07:00
committed by GitHub
parent 7476f7af73
commit cbf39650d0
12 changed files with 0 additions and 18 deletions

View File

@@ -10,7 +10,6 @@ on:
jobs:
test-mysql:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
strategy:
matrix:
@@ -76,7 +75,6 @@ jobs:
bash .github/workflows/codecov.sh -c -F python -F mysql
test-postgres:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
strategy:
matrix:
@@ -143,7 +141,6 @@ jobs:
bash .github/workflows/codecov.sh -c -F python -F postgres
test-sqlite:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
strategy:
matrix: