Skip to content

Commit

Permalink
disable CI trigger on credscan and policheck (Azure#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmusa authored Oct 27, 2021
1 parent 0764bff commit 2dabd21
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .azure-devops/cred-poli-scan.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.

# disable CI per:
# https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#disabling-the-ci-trigger
trigger: none

# pull request validation
pr:
- main

Expand All @@ -21,4 +26,4 @@ jobs:
- task: CredScan@2
inputs:
toolMajorVersion: 'V2'
scanFolder: '$(System.DefaultWorkingDirectory)'
scanFolder: '$(System.DefaultWorkingDirectory)'

0 comments on commit 2dabd21

Please sign in to comment.