Skip to content

Commit 80fc12f

Browse files
committed
WIP: github: Run test-llvm on push, based on the latest scheduled run
1 parent 42f0488 commit 80fc12f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/test-llvm.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Run LLVM tests
22
on:
3+
push:
34
workflow_dispatch:
45
inputs:
56
commit:
@@ -29,9 +30,9 @@ jobs:
2930
with:
3031
workflow: build.yml
3132
workflow_conclusion: success
32-
commit: ${{inputs.commit}}
33-
branch: ${{inputs.branch}}
34-
event: ${{inputs.pipeline_type}}
33+
commit:
34+
branch: master
35+
event: schedule
3536
name: parameters
3637
- name: Get build parameters
3738
id: get-parameters
@@ -51,9 +52,9 @@ jobs:
5152
with:
5253
workflow: build.yml
5354
workflow_conclusion: success
54-
commit: ${{inputs.commit}}
55-
branch: ${{inputs.branch}}
56-
event: ${{inputs.pipeline_type}}
55+
commit:
56+
branch: master
57+
event: schedule
5758
name: windows-ucrt-x86_64-toolchain
5859
- name: Unpack toolchain
5960
run: |

0 commit comments

Comments
 (0)