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 9866157 commit 1eccc33Copy full SHA for 1eccc33
.github/workflows/run_llm_tests.yaml
@@ -2,9 +2,9 @@ name: Test non-llm components
2
3
on:
4
workflow_run:
5
- workflows: ["Verify Code Quality"]
6
- types:
7
- - completed
+ workflows: [Verify Code Quality]
+ types: [completed]
+
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref_name }}
0 commit comments