Skip build Element Enterprise on forks.

This commit is contained in:
Benoit Marty
2024-06-27 09:35:33 +02:00
parent 4f39490fd0
commit 66bd58a8b2

View File

@@ -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]