Skip to content

Commit 49d1fa9

Browse files
committed
chore: remove pull_request triggers from test workflows [skip ci]
It's already covered by pushes
1 parent 5bf3712 commit 49d1fa9

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/python-tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ on:
66
paths:
77
- MCPForUnity/UnityMcpServer~/src/**
88
- .github/workflows/python-tests.yml
9-
pull_request:
10-
paths:
11-
- MCPForUnity/UnityMcpServer~/src/**
12-
- .github/workflows/python-tests.yml
139
workflow_dispatch: {}
1410

1511
jobs:

.github/workflows/unity-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
- TestProjects/UnityMCPTests/**
99
- MCPForUnity/Editor/**
1010
- .github/workflows/unity-tests.yml
11-
pull_request:
12-
paths:
13-
- TestProjects/UnityMCPTests/**
14-
- MCPForUnity/Editor/**
15-
- .github/workflows/unity-tests.yml
1611

1712
jobs:
1813
testAllModes:

0 commit comments

Comments
 (0)