Skip to content

Commit

Permalink
WIP: github: Run the test-libcxx pipeline on the latest successful sc…
Browse files Browse the repository at this point in the history
…heduled job
  • Loading branch information
mstorsjo committed Nov 26, 2024
1 parent feddcc1 commit 7d1a67c
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test-libcxx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Run libcxx/libcxxabi/libunwind tests
on:
push:
workflow_dispatch:
inputs:
commit:
Expand Down Expand Up @@ -29,9 +30,9 @@ jobs:
with:
workflow: build.yml
workflow_conclusion: success
commit: ${{inputs.commit}}
branch: ${{inputs.branch}}
event: ${{inputs.pipeline_type}}
commit:
branch: master
event: schedule
name: parameters
- name: Get build parameters
id: get-parameters
Expand All @@ -57,9 +58,9 @@ jobs:
with:
workflow: build.yml
workflow_conclusion: success
commit: ${{inputs.commit}}
branch: ${{inputs.branch}}
event: ${{inputs.pipeline_type}}
commit:
branch: master
event: schedule
name: windows-ucrt-${{matrix.arch}}-toolchain
- name: Unpack toolchain
run: |
Expand Down

0 comments on commit 7d1a67c

Please sign in to comment.