Skip to content

Commit a183054

Browse files
authored
Disable compliance jobs in workers (#136)
1 parent 959e294 commit a183054

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

azure-pipelines-gitTests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ trigger: none
6666
pool:
6767
vmImage: 'ubuntu-latest'
6868

69+
variables:
70+
Codeql.Enabled: false
71+
skipComponentGovernanceDetection: true
72+
6973
extends:
7074
template: azure-pipelines-gitTests-template.yml
7175
parameters:

azure-pipelines-userTests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ trigger: none
6060
pool:
6161
vmImage: 'ubuntu-latest'
6262

63+
variables:
64+
Codeql.Enabled: false
65+
skipComponentGovernanceDetection: true
66+
6367
jobs:
6468
- job: ListRepos
6569
steps:

0 commit comments

Comments
 (0)