Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Make clean up based on git date #1712

Merged
merged 19 commits into from
Feb 12, 2025
Merged

Conversation

michaeltaranto
Copy link
Contributor

Add cron job to clean up workflow and switch from folder modified date to git commit date.

Currently setting to 12 days but we can adjust if we are hitting the limit again.

@michaeltaranto michaeltaranto requested a review from a team as a code owner February 11, 2025 23:54
Copy link

changeset-bot bot commented Feb 11, 2025

⚠️ No Changeset found

Latest commit: 4be174e

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

git config --local user.name 'GitHub Actions'
git config --local user.email '[email protected]'
git add ${{ env.PREVIEW_DIR }}
git commit --quiet -m "Clean up old preview directories"
git pull --rebase
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Have to pull to work around race condition of preview site deployments happening in the background.

@michaeltaranto michaeltaranto merged commit 4fe2a25 into master Feb 12, 2025
6 checks passed
@michaeltaranto michaeltaranto deleted the clean-up-preview-git-date branch February 12, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants