Skip to content

feat: Skip restore cache action if SKIP_S3_CACHE env variable set to true#36

Merged
macko911 merged 4 commits intomainfrom
web-2547-easily-disable-caching-jobs-in-ci-with-labels-for-debugging
Aug 15, 2025
Merged

feat: Skip restore cache action if SKIP_S3_CACHE env variable set to true#36
macko911 merged 4 commits intomainfrom
web-2547-easily-disable-caching-jobs-in-ci-with-labels-for-debugging

Conversation

@macko911
Copy link
Contributor

@macko911 macko911 commented Aug 15, 2025

When debugging CI runs, it is sometimes handy to skip the S3 cache so that you can re-run the same
workflow without making significant code changes to your workflow.

You can skip checking S3 cache using the SKIP_S3_CACHE env. variable.

The changes were tested in https://github.com/pleo-io/web/pull/23138

@linear
Copy link

linear bot commented Aug 15, 2025

@macko911 macko911 changed the title Skip restore cache action if SKIP_S3_CACHE env variable set to true feat: Skip restore cache action if SKIP_S3_CACHE env variable set to true Aug 15, 2025
@macko911 macko911 marked this pull request as ready for review August 15, 2025 08:21
@macko911 macko911 requested a review from tkloht August 15, 2025 08:21
Copy link
Contributor

@tkloht tkloht left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good, just thinking it would be nice to configure this through a PR label but don't think we can evaluate that in the action

@macko911 macko911 added this pull request to the merge queue Aug 15, 2025
Merged via the queue into main with commit f67fb14 Aug 15, 2025
7 of 8 checks passed
@macko911 macko911 deleted the web-2547-easily-disable-caching-jobs-in-ci-with-labels-for-debugging branch August 15, 2025 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants