Skip to content

Commit 98ee502

Browse files
Disable codeql in quarantined-pr.yml (#57011)
1 parent bcc1b9f commit 98ee502

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure/pipelines/quarantined-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ schedules:
3939
variables:
4040
- name: _UseHelixOpenQueues
4141
value: ${{ ne(variables['System.TeamProject'], 'internal') }}
42+
- name: Codeql.Enabled
43+
value: false
44+
- name: Codeql.SkipTaskAutoInjection
45+
value: true
4246
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
4347
- group: DotNet-HelixApi-Access
4448
- template: /eng/common/templates/variables/pool-providers.yml

0 commit comments

Comments
 (0)