diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml index 6a0e22b0..d7668b4a 100644 --- a/.github/workflows/sponsors.yml +++ b/.github/workflows/sponsors.yml @@ -8,6 +8,7 @@ permissions: jobs: deploy: runs-on: ubuntu-latest + if: (github.event_name == 'schedule' && github.repository == 'ChrisTitusTech/winutil') || (github.event_name != 'schedule') steps: - name: Checkout 🛎️ uses: actions/checkout@v4