File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -97,17 +97,10 @@ jobs:
9797 run : dotnet run --project build -c release -- publishbinaries
9898
9999 integration :
100- if : false
101- runs-on : ubuntu-latest
100+ runs-on : docs-builder-latest-16
102101 steps :
103102 - uses : actions/checkout@v4
104103
105- - name : Free Disk Space
106- uses : jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
107- with :
108- tool-cache : false
109- dotnet : true
110-
111104 - name : Bootstrap Action Workspace
112105 id : bootstrap
113106 uses : ./.github/actions/bootstrap
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ references:
100100 private : true
101101 integrations :
102102 logstash-docs-md :
103+ private : true
103104 opentelemetry :
104105
105106 # stack aligned using gated deploys
You can’t perform that action at this time.
0 commit comments