Skip to content

Commit

Permalink
Fix Contributor Map workflow (OrchardCMS#15349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piedone authored and urbanit committed Mar 18, 2024
1 parent 1a0cd2f commit a4b4fe7
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 82 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/contributor_map.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Contributor Map

on:
# Running this automatically would require jumping through a lot of hoops because tunaitis/contributor-map commits to
# the branch where the workflow was triggered, i.e. `main` for the schedule trigger. So, better to occasionally run
# it manually in a PR.
workflow_dispatch:
schedule:
# At 3:00 AM UTC every Monday.
- cron: "0 3 * * 1"

jobs:
update-contributor-map:
Expand Down
Loading

0 comments on commit a4b4fe7

Please sign in to comment.