Skip build Element Enterprise on forks.
This commit is contained in:
parent
b6dc9a5452
commit
44cd30233c
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:
|
||||
name: Build Enterprise APKs
|
||||
runs-on: ubuntu-latest
|
||||
# Skip for `main`
|
||||
if: github.ref != 'refs/heads/main'
|
||||
# Skip in forks
|
||||
if: github.repository == 'element-hq/element-x-android'
|
||||
strategy:
|
||||
matrix:
|
||||
variant: [debug, release, nightly]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue