From 2cbcae49f14fb36e8cc24f10339e05241b4b89da Mon Sep 17 00:00:00 2001 From: iProdigy <8106344+iProdigy@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:27:10 -0700 Subject: [PATCH] chore: disable scheduled resource updates on forks --- .github/workflows/update-resources.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-resources.yml b/.github/workflows/update-resources.yml index e74d5a11..a8dd02ee 100644 --- a/.github/workflows/update-resources.yml +++ b/.github/workflows/update-resources.yml @@ -6,6 +6,7 @@ on: jobs: update-resources: + if: ${{ github.repository_owner == 'pajlads' || github.event_name == 'workflow_dispatch' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v4