Skip to content

Commit 1eccc33

Browse files
committed
small changes
1 parent 9866157 commit 1eccc33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_llm_tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test non-llm components
22

33
on:
44
workflow_run:
5-
workflows: ["Verify Code Quality"]
6-
types:
7-
- completed
5+
workflows: [Verify Code Quality]
6+
types: [completed]
7+
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.event.pull_request.number || github.ref_name }}

0 commit comments

Comments
 (0)