Skip to content

Commit

Permalink
Disable the Generate Sponsors Cronjob on Forks (#2473)
Browse files Browse the repository at this point in the history
* Compile Winutil

* Only run Sponsor Cron on Main Repo

* Remove winutil from pR

---------

Co-authored-by: Marterich <[email protected]>
  • Loading branch information
Marterich and Marterich authored Jul 31, 2024
1 parent 5ac13f2 commit 2d185e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d185e1

Please sign in to comment.