We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8442dd commit 7f50081Copy full SHA for 7f50081
1 file changed
.github/workflows/deploy.yaml
@@ -5,8 +5,8 @@ on:
5
branches: [main]
6
workflow_dispatch:
7
schedule:
8
- # Run daily at 06:00 UTC to get fresh stats
9
- - cron: "0 6 * * *"
+ # Run Mondays and Thursdays at 06:00 UTC to get fresh stats
+ - cron: "0 6 * * 1,4"
10
11
jobs:
12
generate-data:
@@ -87,4 +87,4 @@ jobs:
87
# uses: aws-actions/configure-aws-credentials@v4
88
# with:
89
# role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
90
- # aws-region: ${{ env.AWS_REGION }}
+ # aws-region: ${{ env.AWS_REGION }}
0 commit comments