mirror of
https://github.com/verilator/verilator.git
synced 2026-09-04 16:40:12 +02:00
CI: Put all OS builds into build-deploy workflow, add passed job (#6358)
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
make -j 2 format CLANGFORMAT=clang-format-18 &&
|
||||
git status
|
||||
- name: Push
|
||||
run: |
|
||||
run: |-
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git commit . -m "Apply 'make format'" &&
|
||||
git push origin
|
||||
|
||||
Reference in New Issue
Block a user