Skip to content

Commit

Permalink
chore: update cache policy
Browse files Browse the repository at this point in the history
  • Loading branch information
saikumarrs committed Dec 11, 2024
1 parent 1612910 commit 8b9334e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
temp:
uses: ./.github/workflows/update-cache-policy.yml
with:
policy_type: 'no-store'
policy_type: 'max-age=3600'
secrets:
AWS_PROD_ACCOUNT_ID: ${{ secrets.AWS_PROD_ACCOUNT_ID }}
AWS_PROD_S3_BUCKET_NAME: ${{ secrets.AWS_PROD_S3_BUCKET_NAME }}
Expand Down

0 comments on commit 8b9334e

Please sign in to comment.