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 7119207 commit 402ed8cCopy full SHA for 402ed8c
.github/workflows/test-libcxx.yml
@@ -1,5 +1,6 @@
1
name: Run libcxx/libcxxabi/libunwind 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
@@ -59,9 +60,9 @@ jobs:
59
60
61
62
63
64
65
66
name: windows-ucrt-${{matrix.arch}}-toolchain
67
- name: Unpack toolchain
68
run: |
0 commit comments