Skip to content

Commit

Permalink
Merge pull request #318 from AzureAD/cicd-with-label-only
Browse files Browse the repository at this point in the history
Only trigger CI/CD when a PR is labelled
  • Loading branch information
rayluo authored Mar 3, 2021
2 parents 9fcb0a7 + b8d4dfe commit 72d658b
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 72d658b

Please sign in to comment.