We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b1065c commit 26aa2e1Copy full SHA for 26aa2e1
.github/workflows/adjacent-recommender.yml
@@ -2,7 +2,7 @@ name: Find Adjacent Repositories
2
3
on:
4
schedule:
5
- - cron: '0 5 * * 0' # Every Sunday at 5am UTC
+ - cron: '0 5 1 * *' # once a month at 5pm Su UTC
6
workflow_dispatch:
7
8
jobs:
@@ -23,4 +23,4 @@ jobs:
23
git config --global user.email "actions@github.com"
24
git add README.md
25
git commit -m "Update adjacent repositories [automated]" || echo "No changes to commit"
26
- git push
+ git push
0 commit comments