Skip to content

Commit

Permalink
Update fetchContributors.yml (#198)
Browse files Browse the repository at this point in the history
Changed to on demand. The action isn't working properly.
  • Loading branch information
hexsecs authored Apr 11, 2024
1 parent e200bd0 commit 41ac0bc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/fetchContributors.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
name: Fetch Contributors

on:
schedule:
- cron: "0 0 * * *" # Run every day at midnight
workflow_dispatch:
# schedule:
# - cron: "0 0 * * *" # Run every day at midnight



jobs:
fetch-contributors:
Expand Down

0 comments on commit 41ac0bc

Please sign in to comment.