ci: Make configurations launch on certain event types (#7447)

This commit is contained in:
Ayaz Salikhov
2026-06-10 19:08:34 +01:00
committed by GitHub
parent 1f359f719c
commit 8000adfa79
5 changed files with 61 additions and 11 deletions

View File

@@ -41,7 +41,8 @@
"build_type": ["Debug"],
"arch": ["amd64"],
"suffix": "unity",
"extra_cmake_args": "-Dunity=ON"
"extra_cmake_args": "-Dunity=ON",
"exclude_event_types": ["pull_request"]
}
],