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

Do not trigger CI when .md files are changed #290

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

nsumrakTT
Copy link

@nsumrakTT nsumrakTT commented Feb 28, 2025

files to ignore: *.md, *.gitignore, LICENSE
closes #295

Copy link

github-actions bot commented Feb 28, 2025

TestsPassed ✅Skipped ⚠️Failed
TT-XLA Tests601 ran432 passed169 skipped0 failed
TestResult
No test annotations available

@codecov-commenter
Copy link

codecov-commenter commented Feb 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.97%. Comparing base (e25aa9f) to head (7310bef).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #290   +/-   ##
=======================================
  Coverage   77.97%   77.97%           
=======================================
  Files          21       21           
  Lines         990      990           
=======================================
  Hits          772      772           
  Misses        218      218           

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

@nsumrakTT
Copy link
Author

When merged, I had to test it further

@nsumrakTT nsumrakTT requested a review from vmilosevic March 3, 2025 14:52
@nsumrakTT nsumrakTT requested a review from mrakitaTT March 3, 2025 14:53
Comment on lines +44 to +48
if [ "$all_match" = true ]; then
echo "skip=true" >> "$GITHUB_OUTPUT"
else
echo "skip=false" >> "$GITHUB_OUTPUT"
fi
Copy link
Contributor

Choose a reason for hiding this comment

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

Can this be replaced with echo "skip="$all_match >> "$GITHUB_OUTPUT"?

Copy link
Author

Choose a reason for hiding this comment

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

I did it in this way because we might need to emit some data for collection in case build is skipped. I'll check with @vmilosevic and change it accordingly.

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.

Do not trigger CI if *only .md, .gitignore or LICENSE files are changed
3 participants