Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Convert change detection to a Python script #129627

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

Merged
merged 14 commits into from
Feb 5, 2025
Merged
Prev Previous commit
Next Next commit
no # bool
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
  • Loading branch information
AA-Turner and webknjaz authored Feb 5, 2025
commit d65e5be2b1cb6902ea3d6f70adcc509694a680da
6 changes: 3 additions & 3 deletions 6 .github/workflows/reusable-change-detection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ on: # yamllint disable-line rule:truthy
run-windows-msi:
description: Whether to run the MSI installer smoke tests
value: >- # bool
${{ jobs.compute-changes.outputs.run-windows-msi || false }} # bool
${{ jobs.compute-changes.outputs.run-windows-msi || false }}
run-hypothesis:
description: Whether to run the Hypothesis tests
value: >- # bool
${{ jobs.compute-changes.outputs.run-hypothesis || false }} # bool
${{ jobs.compute-changes.outputs.run-hypothesis || false }}
run-ci-fuzz:
description: Whether to run the CIFuzz job
value: >- # bool
${{ jobs.compute-changes.outputs.run-ci-fuzz || false }} # bool
${{ jobs.compute-changes.outputs.run-ci-fuzz || false }}

jobs:
compute-changes:
Expand Down
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.