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

workflow improvements #978

Merged
merged 1 commit into from
Jun 29, 2023
Merged

Conversation

kian99
Copy link
Contributor

@kian99 kian99 commented Jun 29, 2023

Description

The Github action to release a charm has a nice feature to create a tag of the form revX whenever it pushes your charm but when you're building multiple charms, this tag can break your CI. This PR makes use of the tag-prefix parameter to address this.

Also, to make life easier when making workflow related changes I've limited the CI job to only run when a file has changed outside the .github folder. But we do require in the repo settings that a status check is received so according to these docs I've added a similar check that will simply skip and allow the PR to receive a status check. This can be extended if there are certain folders we want to ignore on CI.

@kian99 kian99 merged commit 4bccf30 into canonical:feature-rebac Jun 29, 2023
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