Skip build Element Enterprise on forks.
This commit is contained in:
parent
4f39490fd0
commit
66bd58a8b2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build_enterprise.yml
vendored
4
.github/workflows/build_enterprise.yml
vendored
|
|
@ -16,8 +16,8 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Build Enterprise APKs
|
name: Build Enterprise APKs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Skip for `main`
|
# Skip in forks
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.repository == 'element-hq/element-x-android'
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
variant: [debug, release, nightly]
|
variant: [debug, release, nightly]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue