mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
Disable the Generate Sponsors Cronjob on Forks (#2473)
* Compile Winutil * Only run Sponsor Cron on Main Repo * Remove winutil from pR --------- Co-authored-by: Marterich <Marterich@users.noreply.github.com>
This commit is contained in:
parent
5ac13f265e
commit
2d185e1919
1
.github/workflows/sponsors.yml
vendored
1
.github/workflows/sponsors.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user