We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157cff3 commit ac33341Copy full SHA for ac33341
.azure/pipelines/report-green.yml
@@ -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
+
5
# Only run this on PRs
6
trigger: none
7
# Run for all branches, only on paths that no-op other jobs
@@ -26,8 +30,7 @@ jobs:
26
30
- job: Report_Green
27
31
enableSBOM: false
28
32
pool:
29
- name: $(DncEngPublicBuildPool)
- demands: ImageOverride -equals 1es-windows-2022
33
+ vmImage: ubuntu-22.04
34
steps:
35
- powershell: |
36
exit 0
0 commit comments