Skip to content

Commit 5be438d

Browse files
authored
Merge pull request #473 from cmu-delphi/draft-ci
Fix CI to not run on drafts and trigger properly when non draft
2 parents b28e620 + 00e2580 commit 5be438d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ on:
77
push:
88
branches: [ main ]
99
pull_request:
10-
types: [ review_requested, ready_for_review ]
10+
types: [ opened, synchronized, reopened, ready_for_review ]
1111
branches: [ main ]
1212

1313
jobs:
1414
build:
15-
1615
runs-on: ubuntu-20.04
16+
if: github.event.pull_request.draft == false
1717
strategy:
1818
matrix:
1919
#packages: [_delphi_utils_python, cdc_covidnet, claims_hosp, combo_cases_and_deaths, google_symptoms, jhu, nchs_mortality, quidel, quidel_covidtest, safegraph, safegraph_patterns, usafacts]

0 commit comments

Comments
 (0)