Skip to content

Commit

Permalink
Merge pull request #8084 from ministryofjustice/fix/cost-explorer
Browse files Browse the repository at this point in the history
Reschedule cost collection to run on second day to include full month's data
  • Loading branch information
sukeshreddyg authored Sep 27, 2024
2 parents fd7cca4 + 6f1e263 commit eeb10f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/upload-cost-explorer-to-s3.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Upload Cost Explorer CSV to S3
on:
schedule:
# Runs on the first day of every month at 6:30 AM
- cron: '30 6 1 * *'
# Runs on the second day of every month at 6:30 AM
- cron: '30 6 2 * *'
workflow_dispatch:
env:
AWS_REGION: "eu-west-2"
Expand Down Expand Up @@ -32,4 +32,4 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Run cost explorer script
run: bash ./scripts/upload_cost_explorer_to_s3.sh
run: bash ./scripts/upload_cost_explorer_to_s3.sh

0 comments on commit eeb10f5

Please sign in to comment.