Skip to content

Commit

Permalink
Only trigger CI/CD when a PR is labelled
Browse files Browse the repository at this point in the history
  • Loading branch information
rayluo committed Mar 3, 2021
1 parent 9fcb0a7 commit b8d4dfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
pull_request:
branches: [ dev ]

# This guards against unknown PR until a community member vet it and label it.
types: [ labeled ]

jobs:
ci:
env:
Expand Down

0 comments on commit b8d4dfe

Please sign in to comment.