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

Run CI on feature branches #1115

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zkayyali812
Copy link
Collaborator

Leverages syntax defined here - https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#using-filters

Note that this currently just will run the CI, but will not upload the test results currently as defined in this task - https://github.com/ansible/eda-server/blob/main/.github/workflows/ci.yaml#L118

Copy link

@Alex-Izquierdo
Copy link
Collaborator

Alex-Izquierdo commented Oct 21, 2024

I think we don't need it. The current config already runs the checks for every PR, I added the config in the repo to make the checks mandatory for feature branches, that's all I think we need. If we would have releases branches it could make sense to trigger it on push there, but it is not the case. Neither we are using merge groups, btw.

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