From db0692316609142e4367f1ae6272c008d405409e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Fri, 26 Jan 2024 17:20:53 +0200 Subject: [PATCH] WIP: Tweak the test-libcxx pipeline to run on a push --- .github/workflows/test-libcxx.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-libcxx.yml b/.github/workflows/test-libcxx.yml index f9ab8e27..79b87f56 100644 --- a/.github/workflows/test-libcxx.yml +++ b/.github/workflows/test-libcxx.yml @@ -1,5 +1,6 @@ name: Run libcxx/libcxxabi/libunwind tests on: + push: workflow_dispatch: inputs: commit: @@ -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 @@ -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: |