Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #85 from gtirloni/SJRK-362
Browse files Browse the repository at this point in the history
SJRK-362 Only run deploy on origin repository
  • Loading branch information
gtirloni authored Jun 15, 2020
2 parents c69026f + eeb3b5a commit 825a22e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ env:

jobs:
push:
runs-on: ubuntu-latest
if: github.repository == 'fluid-project/sjrk-story-telling'

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stack_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:

jobs:
deploy:
if: github.repository == 'fluidproject/sjrk-story-telling'

runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stack_stories-aihec-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:

jobs:
deploy:
if: github.repository == 'fluidproject/sjrk-story-telling'

runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stack_stories-cities-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:

jobs:
deploy:
if: github.repository == 'fluidproject/sjrk-story-telling'

runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stack_stories-floe-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:

jobs:
deploy:
if: github.repository == 'fluidproject/sjrk-story-telling'

runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stack_stories-karisma-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:

jobs:
deploy:
if: github.repository == 'fluidproject/sjrk-story-telling'

runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stack_stories-sojustrepairit-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:

jobs:
deploy:
if: github.repository == 'fluidproject/sjrk-story-telling'

runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 825a22e

Please sign in to comment.