Skip to content

Commit

Permalink
Update team-deployment.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ravencodess <[email protected]>
  • Loading branch information
Ravencodess authored Aug 6, 2024
1 parent a488030 commit a0ea359
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/team-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
kimiko-golang:
if: github.event.repository.fork == false
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

environment:
Expand All @@ -27,7 +27,7 @@ jobs:
./scripts/team_deploy.sh kimiko-golang ${{ vars.PORT }}
kimiko-csharp:
if: github.event.repository.fork == false
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

environment:
Expand All @@ -46,7 +46,7 @@ jobs:
./scripts/team_deploy.sh kimiko-csharp ${{ vars.PORT }}
anchor-java:
if: github.event.repository.fork == false
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

environment:
Expand All @@ -65,7 +65,7 @@ jobs:
./scripts/team_deploy.sh anchor-java ${{ vars.PORT }}
anchor-python:
if: github.event.repository.fork == false
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

environment:
Expand All @@ -84,7 +84,7 @@ jobs:
./scripts/team_deploy.sh anchor-python ${{ vars.PORT }}
bulldozer-php:
if: github.event.repository.fork == false
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

environment:
Expand All @@ -103,7 +103,7 @@ jobs:
./scripts/team_deploy.sh bulldozer-php ${{ vars.PORT }}
starlight-nestjs:
if: github.event.repository.fork == false
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

environment:
Expand All @@ -122,7 +122,7 @@ jobs:
./scripts/team_deploy.sh starlight-nestjs ${{ vars.PORT }}
panther-expressjs:
if: github.event.repository.fork == false
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest

environment:
Expand Down

0 comments on commit a0ea359

Please sign in to comment.