Skip to content

Commit fcd67d6

Browse files
committed
WIP: github: Run test-llvm on push, based on the latest scheduled run
1 parent 72566f4 commit fcd67d6

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
@@ -57,9 +58,9 @@ jobs:
5758
with:
5859
workflow: build.yml
5960
workflow_conclusion: success
60-
commit: ${{inputs.commit}}
61-
branch: ${{inputs.branch}}
62-
event: ${{inputs.pipeline_type}}
61+
commit:
62+
branch: master
63+
event: schedule
6364
name: windows-ucrt-${{matrix.arch}}-toolchain
6465
- name: Unpack toolchain
6566
run: |

0 commit comments

Comments
 (0)