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

Automate labeling and CI conditional execution #44

Merged
merged 1 commit into from
Mar 9, 2024

Conversation

carlosthe19916
Copy link
Member

@carlosthe19916 carlosthe19916 commented Mar 9, 2024

Not sure if you guys consider this PR adds any value or just add lines of code for a problem that might not exist. Feel free to not merge the PR or require changes

  • Add ci, frontend, or backend labels to each PR depending on the directories touched by the PR. Just to add some classification of PRs
  • Execute backend/frontend unit tests only when the appropriate directory was touched.
    • If a file in the backend folder has been touched, there is no reason to execute the UI tests. It only slows down the total execution time of the set of GH actions.

@bobmcwhirter bobmcwhirter merged commit 4d9a71b into trustification:main Mar 9, 2024
6 checks passed
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