Skip to content

Commit 80bd528

Browse files
committed
fix: remove pull_request trigger to avoid frequent runs
Only trigger on: - Release (prereleased/released) - Push to main (after PR merge) - Manual dispatch
1 parent 7a3f48e commit 80bd528

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/oc2ov_test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
pull_request:
10-
branches:
11-
- main
12-
types: [opened, synchronize, reopened]
139
workflow_dispatch:
1410
inputs:
1511
skip_tests:

0 commit comments

Comments
 (0)