Sync problems #1999
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Sync problems | |
| on: | |
| schedule: | |
| # Every hour between 8:30AM and 1:30AM IST. | |
| - cron: "25 3-20 * * *" | |
| jobs: | |
| sync: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - run: curl --request POST "${{ secrets.BASE_URL }}/api/sync" |