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:
python-lint:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
strategy:
matrix:
@@ -50,7 +49,6 @@ jobs:
run: pylint -j 0 superset
pre-commit:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
strategy:
matrix:
@@ -91,7 +89,6 @@ jobs:
run: pre-commit run --all-files
babel-extract:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04
strategy:
matrix: