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 ccd32ff commit baa9e18Copy full SHA for baa9e18
.github/workflows/refresh-manifests.yml
@@ -23,6 +23,8 @@ jobs:
23
24
- name: Run RefreshManifests Script
25
shell: pwsh
26
+ env:
27
+ CI: false
28
run: |
29
./eng/refreshManifests.ps1
30
@@ -36,4 +38,4 @@ jobs:
36
38
area-app-model
37
39
area-engineering-systems
40
title: "[Automated] Update Manifests"
- body: "Auto-generated update to refresh the manifests. This PR will be updated automatically if new changes are detected."
41
+ body: "Auto-generated update to refresh the manifests."
0 commit comments