Skip to content

Commit 7f50081

Browse files
authored
Update cron schedule to run on Mondays and Thursdays
1 parent e8442dd commit 7f50081

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches: [main]
66
workflow_dispatch:
77
schedule:
8-
# Run daily at 06:00 UTC to get fresh stats
9-
- cron: "0 6 * * *"
8+
# Run Mondays and Thursdays at 06:00 UTC to get fresh stats
9+
- cron: "0 6 * * 1,4"
1010

1111
jobs:
1212
generate-data:
@@ -87,4 +87,4 @@ jobs:
8787
# uses: aws-actions/configure-aws-credentials@v4
8888
# with:
8989
# role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
90-
# aws-region: ${{ env.AWS_REGION }}
90+
# aws-region: ${{ env.AWS_REGION }}

0 commit comments

Comments
 (0)