Tweak run schedule

This commit is contained in:
2022-06-03 21:57:45 -05:00
committed by GitHub
parent 1164e1e66c
commit 93ddf8359f

View File

@@ -2,7 +2,7 @@ name: Update Scores
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 15,19,20,1,4 * * *' - cron: '0 1,4,15,18,20 * * *'
env: env:
TWITTER_TOKEN: ${{ secrets.TWITTER_TOKEN }} TWITTER_TOKEN: ${{ secrets.TWITTER_TOKEN }}
TWITTER_API_KEY: ${{ secrets.TWITTER_API_KEY }} TWITTER_API_KEY: ${{ secrets.TWITTER_API_KEY }}