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

remove CI_AUTOMATION workflow errors by checking skip #378

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

Conversation

Gregory-Pereira
Copy link
Collaborator

Currently what is happening: A PR gets merged, which through CI triggers a commit to bump and push the deployment manifests with new updated image tag, which triggers the same workflow. At this point I previously chose to fail the workflow but that looks ugly in CI, as well as produces false positives for debugging - making me think some of those actions are actually failing and not just cutting short as intended. This code change should make it such the workflow still succeeds it would just only have 1 job. This is the only job that needs it as all the others either look for different push paths or are triggered on release.

cc @vishnoianil @nerdalert

@Gregory-Pereira Gregory-Pereira added bug Something isn't working CI/CD labels Nov 26, 2024
@Gregory-Pereira Gregory-Pereira self-assigned this Nov 26, 2024
@vishnoianil
Copy link
Member

@Gregory-Pereira This PR needs a rebase, i believe due to the merge of #363

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI/CD ready-for-review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants