Update pre-commit hooks (#137591)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -178,8 +178,8 @@ jobs:
|
||||
free-threading: ${{ matrix.free-threading }}
|
||||
|
||||
build-windows-msi:
|
||||
name: >- # ${{ '' } is a hack to nest jobs under the same sidebar category
|
||||
Windows MSI${{ '' }}
|
||||
# ${{ '' } is a hack to nest jobs under the same sidebar category.
|
||||
name: Windows MSI${{ '' }} # zizmor: ignore[obfuscation]
|
||||
needs: build-context
|
||||
if: fromJSON(needs.build-context.outputs.run-windows-msi)
|
||||
strategy:
|
||||
@@ -586,8 +586,8 @@ jobs:
|
||||
run: xvfb-run make ci
|
||||
|
||||
build-san:
|
||||
name: >- # ${{ '' } is a hack to nest jobs under the same sidebar category
|
||||
Sanitizers${{ '' }}
|
||||
# ${{ '' } is a hack to nest jobs under the same sidebar category.
|
||||
name: Sanitizers${{ '' }} # zizmor: ignore[obfuscation]
|
||||
needs: build-context
|
||||
if: needs.build-context.outputs.run-tests == 'true'
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user