Skip to content

Commit c542f21

Browse files
authored
[GHA] Add merge queue stub check for ci/jenkins (openvinotoolkit#27703)
Allows to keep Jenkins running in pre-commits, but not in merge queue without paralyzing queue when Jenkins is offline Signed-off-by: Alina Kladieva <alina.kladieva@intel.com>
1 parent f6e0ba0 commit c542f21

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
on:
2+
merge_group:
3+
4+
jobs:
5+
merge_group_stub_check:
6+
name: ci/jenkins
7+
runs-on: ubuntu-latest
8+
defaults:
9+
run:
10+
shell: bash
11+
if: ${{ github.event_name == 'merge_group' }}
12+
steps:
13+
- run: echo "Just a stub check to keep Jenkins running in pre-commits but not in merge queue"

0 commit comments

Comments
 (0)