-
Notifications
You must be signed in to change notification settings - Fork 38
⬆️👨💻 Update munich-quantum-toolkit/workflows action to v1.10 #967
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
@ystade could you maybe take care of this similarly to how you took care of the PR in QMAP? You might have to temporarily set "files-changed-only: false" on the clang-tidy workflow to make sure it runs on the bindings file. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
@@ -123,16 +123,15 @@ jobs: | |||
name: 🇨 Coverage | |||
needs: change-detection | |||
if: fromJSON(needs.change-detection.outputs.run-cpp-tests) | |||
uses: munich-quantum-toolkit/workflows/.github/workflows/[email protected] | |||
uses: munich-quantum-toolkit/workflows/.github/workflows/[email protected] | |||
permissions: | |||
contents: read | |||
id-token: write | |||
|
|||
cpp-linter: | |||
name: 🇨 Lint | |||
needs: change-detection |
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.
needs: change-detection | |
needs: change-detection | |
if: fromJSON(needs.change-detection.outputs.run-cpp-linter) |
Locally everything went through already without any changes, so I do not expect any problems here either. |
with: | ||
cmake-args: -DBUILD_MQT_CORE_BENCHMARKS=ON -DBUILD_MQT_CORE_MLIR=ON | ||
clang-version: 20 | ||
build-project: true | ||
files-changed-only: false |
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.
files-changed-only: false |
Cpp-Linter Report
|
This PR contains the following updates:
v1.9
->v1.10
Release Notes
munich-quantum-toolkit/workflows (munich-quantum-toolkit/workflows)
v1.10
Compare Source
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.