From 12e5b0e5ffb8e4d3af22de966f64ba78da5a975a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Pedersen?= Date: Thu, 28 Sep 2023 12:56:35 +0200 Subject: [PATCH] Run test for respective repo owner --- .github/workflows/test.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5b682c7..faedd2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,14 +1,11 @@ name: Free Disk Space (Ubuntu) on: push: - branches: - - '*' + branches: [ main ] pull_request: - branches: - - '*' + branches: [ main ] workflow_dispatch: - branches: - - '*' + branches: [ main ] jobs: free-disk-space: @@ -16,7 +13,7 @@ jobs: steps: # If there is a problem with this GitHub Actions, this step will fail - name: Free Disk Space - uses: jlumbroso/free-disk-space@main + uses: ${{ github.actor }}/free-disk-space@main with: tool-cache: true