Skip to content

Commit 26aa2e1

Browse files
authored
Update adjacent-recommender.yml
1 parent 5b1065c commit 26aa2e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/adjacent-recommender.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Find Adjacent Repositories
22

33
on:
44
schedule:
5-
- cron: '0 5 * * 0' # Every Sunday at 5am UTC
5+
- cron: '0 5 1 * *' # once a month at 5pm Su UTC
66
workflow_dispatch:
77

88
jobs:
@@ -23,4 +23,4 @@ jobs:
2323
git config --global user.email "actions@github.com"
2424
git add README.md
2525
git commit -m "Update adjacent repositories [automated]" || echo "No changes to commit"
26-
git push
26+
git push

0 commit comments

Comments
 (0)