Skip to content

Commit ac33341

Browse files
committed
Add comment
1 parent 157cff3 commit ac33341

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.azure/pipelines/report-green.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This CI job only runs on PRs where all other jobs are skipped.
2+
# This allows Build Analysis to report green. Without this, no jobs would run,
3+
# causing Build Analysis to hang indefinitely (or until someone commented "ba-g {justification}" on the PR).
4+
15
# Only run this on PRs
26
trigger: none
37
# Run for all branches, only on paths that no-op other jobs
@@ -26,8 +30,7 @@ jobs:
2630
- job: Report_Green
2731
enableSBOM: false
2832
pool:
29-
name: $(DncEngPublicBuildPool)
30-
demands: ImageOverride -equals 1es-windows-2022
33+
vmImage: ubuntu-22.04
3134
steps:
3235
- powershell: |
3336
exit 0

0 commit comments

Comments
 (0)