ci: run only on semaphore repos

This commit is contained in:
Thomas Boerger 2024-05-04 01:34:42 +02:00
parent dae700992c
commit 7690ddac50
No known key found for this signature in database
GPG Key ID: F630596501026DB5
3 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,7 @@ jobs:
deploy-beta:
runs-on: ubuntu-latest
if: github.repository_owner == 'semaphoreui'
steps:
- name: Checkout source

View File

@ -530,6 +530,7 @@ jobs:
deploy-dev:
runs-on: ubuntu-latest
if: github.repository_owner == 'semaphoreui'
needs:
- integrate-boltdb

View File

@ -53,6 +53,7 @@ jobs:
deploy-prod:
runs-on: ubuntu-latest
if: github.repository_owner == 'semaphoreui'
steps:
- name: Checkout source