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

Workflows to skip build and test in case of MD file changes #4191

Closed
wants to merge 1 commit into from
Closed

Workflows to skip build and test in case of MD file changes #4191

wants to merge 1 commit into from

Conversation

yash-zededa
Copy link
Collaborator

Summary

In this pull request, I have implemented the following changes:

  1. Added paths-ignore Configuration:

    • Updated the workflow configuration to include paths-ignore for Markdown file changes. This adjustment ensures that the build and test processes are skipped when only Markdown files are modified.
  2. Revised get_run_id Implementation:

    • Refactored the get_run_id function to utilize the GitHub API instead of relying on the previous GitHub script. This change improves the reliability and efficiency of retrieving the run ID by leveraging GitHub's API directly.

…are only made to Markdown files

Signed-off-by: yash-zededa <[email protected]>
@yash-zededa yash-zededa requested a review from deitch August 30, 2024 16:37
@yash-zededa yash-zededa marked this pull request as draft August 30, 2024 16:39
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.

1 participant