You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should figure out whether this issue is caused by upstream or we're doing something wrong. If it's a problem with upstream, we should report it.
It could also make sense to stop using push-protected, or to split updating the package version in pyproject.toml into a separate workflow to decouple it from publishing.
Tech Debt
https://github.com/ni/measurement-plugin-python/blob/main/.github/workflows/Publish_NIMS.yml uses the https://github.com/CasperWA/push-protected action, which edits the repo's branch protection rules to temporarily unprotect reviews. Sometimes the
Publish_NIMS.yml
workflow fails and the original branch protection rules are not restored.We should figure out whether this issue is caused by upstream or we're doing something wrong. If it's a problem with upstream, we should report it.
It could also make sense to stop using push-protected, or to split updating the package version in
pyproject.toml
into a separate workflow to decouple it from publishing.AB#2867320
The text was updated successfully, but these errors were encountered: