We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf3712 commit 49d1fa9Copy full SHA for 49d1fa9
.github/workflows/python-tests.yml
@@ -6,10 +6,6 @@ on:
6
paths:
7
- MCPForUnity/UnityMcpServer~/src/**
8
- .github/workflows/python-tests.yml
9
- pull_request:
10
- paths:
11
- - MCPForUnity/UnityMcpServer~/src/**
12
- - .github/workflows/python-tests.yml
13
workflow_dispatch: {}
14
15
jobs:
.github/workflows/unity-tests.yml
@@ -8,11 +8,6 @@ on:
- TestProjects/UnityMCPTests/**
- MCPForUnity/Editor/**
- .github/workflows/unity-tests.yml
- - TestProjects/UnityMCPTests/**
- - MCPForUnity/Editor/**
- - .github/workflows/unity-tests.yml
16
17
18
testAllModes:
0 commit comments