We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b19c930 commit ca29e75Copy full SHA for ca29e75
.github/workflows/instructions.yml
@@ -1,21 +1,6 @@
1
name: Validate LLM Instructions Files
2
-#foo
3
4
-on:
5
- push:
6
- branches:
7
- - main
8
- paths:
9
- - 'eng/common/instructions/**'
10
- - 'tools/azsdk-cli/Azure.Sdk.Tools.Cli/Tools/**'
11
- - 'eng/scripts/Verify-McpToolReferences.ps1'
12
- - '.github/workflows/instructions.yml'
13
- pull_request:
14
15
16
17
18
+on: workflow_dispatch
19
20
jobs:
21
verify-mcp-tools:
0 commit comments