Update Live Bracket #6285
This file contains 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: Update Live Bracket | |
on: | |
schedule: | |
- cron: '*/15 17-23,0-6 * 3,4 2,3,4,5,6,0' | |
jobs: | |
update: | |
name: Request Update Function | |
runs-on: ubuntu-latest | |
steps: | |
- name: Curl Request | |
run: curl -X GET https://circlebracket.netlify.app/.netlify/functions/update-live-bracket |