-
Notifications
You must be signed in to change notification settings - Fork 20
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
[DPE-2804] Split off lib-check #298
Conversation
838e10e
to
681fcc0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2022 is only outdated info here...
LGTM as a phase 1 to unblock external contributions (plugins).
The next step will be: automatical PR creation (daily?) for charm-libs updates available.
Tnx!
name: Check libraries | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 5 | ||
if: ${{ github.event.pull_request.head.repo.full_name == 'canonical/postgresql-k8s-operator' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the PR is not from the main repo, skip the check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks Dragomir!
* Split off lib-check * Don't release lib-check changes * Bump libs
Issue
Checking charm libs requires credentials that are not available to contributors outside of the DPE team.
Solution
Split the checking action in a separate workflow that is not run on forked PRs.