Skip to content

Commit c17024a

Browse files
committed
XXX: Use test release CI in llvm-ts.
1 parent 2073a6e commit c17024a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/llvm-ts-run.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,21 @@ name: "LLVM test suite"
1010

1111
on:
1212
workflow_run:
13-
workflows: ["Pre Release"]
13+
workflows: ["Release-test"]
1414
types:
1515
- completed
1616
branches:
1717
- "master"
1818

1919
jobs:
2020
test:
21-
name: "LLVM test suite"
2221
strategy:
2322
matrix:
2423
llvm-version: [17]
2524
image-version: [22.04]
2625
vast-target: ['hl', 'llvm', '']
26+
27+
name: "LLVM test suite"
2728

2829
runs-on: ubuntu-${{ matrix.image-version }}
2930
if: ${{ github.event.workflow_run.conclusion == 'success' }}

0 commit comments

Comments
 (0)