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

Add charming actions #73

Merged
merged 2 commits into from
Jun 2, 2022
Merged

Add charming actions #73

merged 2 commits into from
Jun 2, 2022

Conversation

natalian98
Copy link
Contributor

Charming actions updated according to the ones agreed on template-operator charm.
The aim was to:

  • add release charm action

  • have two publish actions for on: push and on: pull_request:

    • on pull_request, publish to branch no matter if tests passed (tests and publish should run simultaneously)
    • on push, publish to latest/edge only if tests passed
  • avoid re-running the tests on pull_request

  • use reusable workflows in order to avoid duplication of code.

Note: this is a multiple-charm repo.

Removed files:

  • get-charms-path.sh - replaced by matrix: charm in publish action (not used elsewhere)

@natalian98 natalian98 requested a review from a team as a code owner June 1, 2022 12:42
@DomFleischmann DomFleischmann merged commit add5cc2 into master Jun 2, 2022
@DomFleischmann DomFleischmann deleted the add-charming-actions branch June 2, 2022 08:58
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