CI: remove waterbox push build trigger
cores will still be built, there's no need to build waterbox explicitly as well
This commit is contained in:
parent
b7a0fe647e
commit
0272f7e44b
|
@ -1,14 +1,6 @@
|
||||||
name: Build Waterbox
|
name: Build Waterbox
|
||||||
|
|
||||||
on:
|
on: [workflow_dispatch, workflow_call]
|
||||||
pull_request:
|
|
||||||
branches: [ "master" ]
|
|
||||||
paths: [ "waterbox/libcxx/**", "waterbox/musl/**" ]
|
|
||||||
push:
|
|
||||||
branches: [ "master" ]
|
|
||||||
paths: [ "waterbox/libcxx/**", "waterbox/musl/**" ]
|
|
||||||
workflow_dispatch:
|
|
||||||
workflow_call:
|
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}-waterbox
|
group: ${{ github.workflow }}-${{ github.ref }}-waterbox
|
||||||
|
|
Loading…
Reference in New Issue