Skip to content

Commit a67a604

Browse files
authored
Remove azure-pipelines-codeql.yml and fix trigger on PR pipeline (#1402)
1ES PT enforces CodeQL on the main pipeline so having a separate one is unnecessary. Also fix the trigger on the PR pipeline so it doesn't run twice for PR + branch build.
1 parent d893ad5 commit a67a604

File tree

2 files changed

+6
-61
lines changed

2 files changed

+6
-61
lines changed

azure-pipelines-PR.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ pr:
99
- README.md
1010
- docs/*
1111

12+
trigger:
13+
branches:
14+
include:
15+
- main
16+
- release/*
17+
1218
# Run official build every day at midnight, if code has changed since the last run.
1319
schedules:
1420
- cron: "0 0 * * *"

azure-pipelines-codeql.yml

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)