mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 10:02:46 +02:00
Only running alpha builds when PR labeled with Trigger-PR-Build
This commit is contained in:
committed by
Stefan Ceriu
parent
149c0ec476
commit
db5b37e9bf
@@ -27,7 +27,11 @@ jobs:
|
||||
build:
|
||||
# Run job if secrets are available (not available for forks).
|
||||
needs: [check-secret]
|
||||
if: needs.check-secret.outputs.out-key == 'true'
|
||||
if: |
|
||||
needs.check-secret.outputs.out-key == 'true' &&
|
||||
(github.event_name == 'push' ||
|
||||
(github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'Trigger-PR-Build')))
|
||||
|
||||
name: Release
|
||||
runs-on: macos-12
|
||||
|
||||
|
||||
Reference in New Issue
Block a user