mirror of
https://github.com/jlumbroso/free-disk-space.git
synced 2026-01-29 06:20:08 +08:00
Reverted CI changes
This commit is contained in:
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@@ -1,11 +1,5 @@
|
||||
name: Free Disk Space (Ubuntu)
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
branches: [ main ]
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
free-disk-space:
|
||||
@@ -13,7 +7,7 @@ jobs:
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user