From 5d6ed7b8205081e2edb49edd86cc59fcf1c2ee44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Thu, 28 Sep 2023 13:02:58 +0200 Subject: [PATCH] Reverted CI changes --- .github/workflows/test.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index faedd2b..4be928d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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