2026-06-08 00:18:41 -07:00
|
|
|
name: Sync standings and simulate
|
|
|
|
|
on:
|
|
|
|
|
schedule:
|
|
|
|
|
- cron: '0 */2 * * *'
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
run:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
steps:
|
|
|
|
|
- name: Sync standings and run simulations where changed
|
|
|
|
|
run: |
|
|
|
|
|
curl -sf -X POST https://brackt.com/admin/jobs/sync-and-simulate \
|
|
|
|
|
-H "X-Cron-Secret: ${{ secrets.CRON_SECRET }}" \
|
2026-06-08 00:35:02 -07:00
|
|
|
-H "Content-Type: application/json"
|