ci: add concurrency controls, consolidate macOS jobs, optimize Windows CI

This commit is contained in:
Marcus Castro
2026-02-06 23:18:10 -03:00
committed by Peter Steinberger
parent ab3045cb48
commit 47596257ea
4 changed files with 80 additions and 66 deletions
+4
View File
@@ -3,6 +3,10 @@ name: Formal models (informational conformance)
on:
pull_request:
concurrency:
group: formal-conformance-${{ github.event.pull_request.number || github.ref_name }}
cancel-in-progress: true
jobs:
formal_conformance:
runs-on: ubuntu-latest