Skip to content

Commit

Permalink
Only run Github actions if we are on the official repository. Suppose…
Browse files Browse the repository at this point in the history
…d to skip the actions for forks of dash.js (#4079)
  • Loading branch information
dsilhavy committed Oct 27, 2022
1 parent f588e59 commit 3b2f478
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
deploy_staging:
if: github.repository == 'Dash-Industry-Forum/dash.js'
uses: ./.github/workflows/deploy.yml
with:
envname: latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
deploy_staging:
if: github.repository == 'Dash-Industry-Forum/dash.js'
uses: ./.github/workflows/deploy.yml
with:
envname: nightly
Expand Down

0 comments on commit 3b2f478

Please sign in to comment.