Skip to content

Commit

Permalink
Reverted CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andreped authored Sep 28, 2023
1 parent 12e5b0e commit 5d6ed7b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
name: Free Disk Space (Ubuntu)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
branches: [ main ]
on: push

jobs:
free-disk-space:
runs-on: ubuntu-latest
steps:
# If there is a problem with this GitHub Actions, this step will fail
- name: Free Disk Space
uses: ${{ github.actor }}/free-disk-space@main
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true

Expand Down

0 comments on commit 5d6ed7b

Please sign in to comment.