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 42f0488 commit 80fc12fCopy full SHA for 80fc12f
.github/workflows/test-llvm.yml
@@ -1,5 +1,6 @@
1
name: Run LLVM tests
2
on:
3
+ push:
4
workflow_dispatch:
5
inputs:
6
commit:
@@ -29,9 +30,9 @@ jobs:
29
30
with:
31
workflow: build.yml
32
workflow_conclusion: success
- commit: ${{inputs.commit}}
33
- branch: ${{inputs.branch}}
34
- event: ${{inputs.pipeline_type}}
+ commit:
+ branch: master
35
+ event: schedule
36
name: parameters
37
- name: Get build parameters
38
id: get-parameters
@@ -51,9 +52,9 @@ jobs:
51
52
53
54
55
56
57
58
name: windows-ucrt-x86_64-toolchain
59
- name: Unpack toolchain
60
run: |
0 commit comments