Skip to content

Commit

Permalink
remove disk space action
Browse files Browse the repository at this point in the history
  • Loading branch information
matkoch committed Jun 26, 2024
1 parent 9f3b259 commit e06eab8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master
paths:
- 'samples/**'

workflow_dispatch:
jobs:
windows-latest:
name: Build & Test
Expand All @@ -26,11 +26,6 @@ jobs:
]
runs-on: windows-latest
steps:
- uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
large-packages: false
dotnet: false
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
Expand Down

0 comments on commit e06eab8

Please sign in to comment.