Skip to content

Commit

Permalink
Update sponsors.yml cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
n4ze3m committed Mar 6, 2024
1 parent 673cb27 commit 21c5b10
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/sponsors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Generate Sponsors README
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
- cron: "30 15 0-6"
jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -14,10 +14,4 @@ jobs:
uses: JamesIves/github-sponsors-readme-action@v1
with:
token: ${{ secrets.PAT }}
file: 'README.md'

- name: Deploy to GitHub Pages 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: main
folder: '.'
file: 'README.md'

0 comments on commit 21c5b10

Please sign in to comment.