Skip to content

Commit a825501

Browse files
committed
ci/toolchain: don't execute workflow by itself
This workflow should only be executed when needed by another workflow. This saves us from doing the same job twice, and reduces the total number of jobs from 6 to 4.
1 parent 32dcdca commit a825501

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-toolchain.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Build Toolchain
22

33
on:
4-
pull_request:
5-
push:
6-
branches:
7-
- master
84
workflow_call:
95
outputs:
106
cache-key-gcc:

0 commit comments

Comments
 (0)