Skip to content

Commit 72d658b

Browse files
authored
Merge pull request #318 from AzureAD/cicd-with-label-only
Only trigger CI/CD when a PR is labelled
2 parents 9fcb0a7 + b8d4dfe commit 72d658b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
pull_request:
99
branches: [ dev ]
1010

11+
# This guards against unknown PR until a community member vet it and label it.
12+
types: [ labeled ]
13+
1114
jobs:
1215
ci:
1316
env:

0 commit comments

Comments
 (0)