mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
ci: run only on semaphore repos
This commit is contained in:
parent
dae700992c
commit
7690ddac50
1
.github/workflows/beta.yml
vendored
1
.github/workflows/beta.yml
vendored
@ -53,6 +53,7 @@ jobs:
|
||||
|
||||
deploy-beta:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'semaphoreui'
|
||||
|
||||
steps:
|
||||
- name: Checkout source
|
||||
|
1
.github/workflows/dev.yml
vendored
1
.github/workflows/dev.yml
vendored
@ -530,6 +530,7 @@ jobs:
|
||||
|
||||
deploy-dev:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'semaphoreui'
|
||||
|
||||
needs:
|
||||
- integrate-boltdb
|
||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -53,6 +53,7 @@ jobs:
|
||||
|
||||
deploy-prod:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'semaphoreui'
|
||||
|
||||
steps:
|
||||
- name: Checkout source
|
||||
|
Loading…
Reference in New Issue
Block a user