Skip to content

Commit

Permalink
add PR types to gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
CunliangGeng committed Jun 26, 2023
1 parent 31d9365 commit f461ccc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,18 @@ on:
- tests/**
- setup.py
- .github/workflows/build.yml
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:

smoke_test:
name: Smoke test on ubuntu for python 3.10
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
Expand Down

0 comments on commit f461ccc

Please sign in to comment.