Skip to content

Commit

Permalink
WIP: Tweak the test-libcxx pipeline to run on a push
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Jan 26, 2024
1 parent b5a9304 commit db06923
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 @@ -28,9 +29,9 @@ jobs:
with:
workflow: build.yml
workflow_conclusion: success
commit: ${{inputs.commit}}
branch: ${{inputs.branch}}
event: ${{inputs.pipeline_type}}
commit:
branch: master
event: push
name: parameters
- name: Get build parameters
id: get-parameters
Expand All @@ -56,9 +57,9 @@ jobs:
with:
workflow: build.yml
workflow_conclusion: success
commit: ${{inputs.commit}}
branch: ${{inputs.branch}}
event: ${{inputs.pipeline_type}}
commit:
branch: master
event: push
name: windows-ucrt-${{matrix.arch}}-toolchain
- name: Unpack toolchain
run: |
Expand Down

0 comments on commit db06923

Please sign in to comment.