Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,10 @@ jobs:
run: dotnet run --project build -c release -- publishbinaries

integration:
if: false
runs-on: ubuntu-latest
runs-on: docs-builder-latest-16
steps:
- uses: actions/checkout@v4

- name: Free Disk Space
uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1
with:
tool-cache: false
dotnet: true

- name: Bootstrap Action Workspace
id: bootstrap
uses: ./.github/actions/bootstrap
Expand Down
Loading