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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths: [ "waterbox/libcxx/**", "waterbox/musl/**" ]
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths: [ "waterbox/libcxx/**", "waterbox/musl/**" ]
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
on: [workflow_dispatch, workflow_call]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}-waterbox
|
||||
|
|
Loading…
Reference in New Issue