Skip to content

Commit

Permalink
Move badge & star cron to Thursday (#554)
Browse files Browse the repository at this point in the history
<!--
⚠️ If you do not respect this template, your pull request will be
closed.
⚠️ Your pull request title should be short detailed and understandable
for all.
⚠️ Also, please add a release note file using reno if the change needs
to be
  documented in the release notes.
⚠️ If your pull request fixes an open issue, please link to the issue.

- [ ] I have added the tests to cover my changes.
- [ ] I have updated the documentation accordingly.
- [ ] I have read the CONTRIBUTING document.
-->

### Summary

Changing badge & star batch cron to Thursday in order to have the result
of check batch cron from Tuesday morning.


### Details and comments

- [x] update badge and star batch action

---
Closes #553
  • Loading branch information
mickahell authored Oct 9, 2023
1 parent b3d1bae commit ddcdaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ecosystem-badge-and-stars-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Ecosystem | Batch | Update stars and badges
on:
workflow_dispatch:
schedule:
- cron: '0 9 * * 2'
- cron: '0 9 * * 4'

jobs:
batch_update_badges:
Expand Down

0 comments on commit ddcdaf1

Please sign in to comment.