Skip to content

Commit

Permalink
WIP: github: Do a test run with test-llvm only
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Feb 22, 2024
1 parent 1dfc791 commit 8846d32
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: Builds
on:
push:
branches:
- '**'
pull_request:
schedule:
- cron: '0 0 * * *'
Expand Down
18 changes: 7 additions & 11 deletions .github/workflows/test-llvm.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Run LLVM tests
on:
push:
workflow_dispatch:
inputs:
commit:
Expand Down Expand Up @@ -28,15 +29,10 @@ 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
run: |
cat parameters.txt >> $GITHUB_OUTPUT
cat $GITHUB_OUTPUT

test-llvm:
needs: [prepare]
Expand All @@ -50,9 +46,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-x86_64-toolchain
- name: Unpack toolchain
run: |
Expand Down

0 comments on commit 8846d32

Please sign in to comment.