Skip to content

Add GitHub CI Container Clean Up Job#1685

Open
TimPansino wants to merge 51 commits into
mainfrom
add-github-container-cleanup
Open

Add GitHub CI Container Clean Up Job#1685
TimPansino wants to merge 51 commits into
mainfrom
add-github-container-cleanup

Conversation

@TimPansino
Copy link
Copy Markdown
Contributor

Overview

  • Adds a job that runs monthly to delete CI images older than 90 days.
    • Has an exclude filter for the latest tag for safety.

@TimPansino TimPansino marked this pull request as ready for review March 10, 2026 23:58
@TimPansino TimPansino requested a review from a team as a code owner March 10, 2026 23:58
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 10, 2026

MegaLinter analysis: Success

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 9 0 0 1.1s
✅ MARKDOWN markdownlint 7 0 0 0 1.54s
✅ PYTHON ruff 1038 0 0 0 1.15s
✅ PYTHON ruff-format 1038 0 0 0 0.46s
✅ YAML prettier 21 0 0 0 1.88s
✅ YAML v8r 21 0 0 6.38s
✅ YAML yamllint 21 0 0 0.71s

Notices

📣 MegaLinter 9.5.0 is out! Discover the new features and security recommendations in the release announcement. (Skip this info by defining SECURITY_SUGGESTIONS: false)

See detailed reports in MegaLinter artifacts

MegaLinter is graciously provided by OX Security
Show us your support by starring ⭐ the repository

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.11%. Comparing base (c972036) to head (6c00fed).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1685      +/-   ##
==========================================
+ Coverage   82.08%   82.11%   +0.02%     
==========================================
  Files         215      215              
  Lines       26324    26324              
  Branches     4153     4153              
==========================================
+ Hits        21609    21615       +6     
+ Misses       3300     3297       -3     
+ Partials     1415     1412       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mergify mergify Bot added the tests-failing Tests failing in CI. label Mar 12, 2026
@mergify mergify Bot removed the tests-failing Tests failing in CI. label Mar 18, 2026
@mergify mergify Bot added the tests-failing Tests failing in CI. label Mar 19, 2026
@hmstepanek hmstepanek self-requested a review March 23, 2026 21:02
@mergify mergify Bot removed the tests-failing Tests failing in CI. label Mar 26, 2026
@mergify mergify Bot added the tests-failing Tests failing in CI. label Mar 27, 2026
@mergify mergify Bot removed the tests-failing Tests failing in CI. label Mar 30, 2026
@mergify mergify Bot removed the tests-failing Tests failing in CI. label May 11, 2026
@mergify mergify Bot added the tests-failing Tests failing in CI. label May 12, 2026
@mergify mergify Bot removed the tests-failing Tests failing in CI. label May 13, 2026
@mergify mergify Bot added the tests-failing Tests failing in CI. label May 21, 2026
@mergify mergify Bot removed the tests-failing Tests failing in CI. label May 21, 2026
@mergify mergify Bot added the tests-failing Tests failing in CI. label May 27, 2026
@mergify mergify Bot removed the tests-failing Tests failing in CI. label May 28, 2026
@mergify mergify Bot added the tests-failing Tests failing in CI. label May 29, 2026
@mergify mergify Bot removed the tests-failing Tests failing in CI. label Jun 1, 2026
@mergify mergify Bot added the tests-failing Tests failing in CI. label Jun 1, 2026
@mergify mergify Bot removed the tests-failing Tests failing in CI. label Jun 2, 2026
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