Skip to content

Commit d89963d

Browse files
committed
WIP: github: Run test-libcxx on push, with latest scheduled build
1 parent 38847df commit d89963d

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Builds
22
on:
3-
push:
4-
branches:
5-
- '**'
63
pull_request:
74
schedule:
85
- cron: '0 0 * * *'

.github/workflows/test-libcxx.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Run libcxx/libcxxabi/libunwind 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
@@ -59,9 +60,9 @@ jobs:
5960
with:
6061
workflow: build.yml
6162
workflow_conclusion: success
62-
commit: ${{inputs.commit}}
63-
branch: ${{inputs.branch}}
64-
event: ${{inputs.pipeline_type}}
63+
commit:
64+
branch: master
65+
event: schedule
6566
name: windows-ucrt-${{matrix.arch}}-toolchain
6667
- name: Unpack toolchain
6768
run: |

0 commit comments

Comments
 (0)