mirror of https://github.com/electron/electron
18 lines
359 B
YAML
18 lines
359 B
YAML
name: Build Linux
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
# push:
|
|
# pull_request:
|
|
|
|
jobs:
|
|
build:
|
|
uses: electron/electron/.github/workflows/linux-pipeline.yml@gha-lin-test
|
|
with:
|
|
is-release: false
|
|
gn-config: //electron/build/args/testing.gn
|
|
gn-build-type: testing
|
|
generate-symbols: false
|
|
upload-to-storage: '0'
|
|
secrets: inherit
|