Internals: Run format-yaml

This commit is contained in:
Wilson Snyder
2025-11-01 14:11:47 -04:00
parent 76ec35a8f6
commit 330b2589ed
5 changed files with 6 additions and 8 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ jobs:
# This should always be the last job (we want an issue if anything breaks)
create-issue:
name: Create issue on failure
needs: [publish-codecov,prepare-report]
needs: [publish-codecov, prepare-report]
if: ${{ github.event_name == 'schedule' && github.repository == 'verilator/verilator' && github.run_attempt == 1 && failure() && !cancelled() }}
runs-on: ubuntu-24.04
steps: