Skip to content

Commit

Permalink
Merge pull request #1402 from input-output-hk/jpraynaud/add-toggle-ci…
Browse files Browse the repository at this point in the history
…-network-deployment

Add toggle for network deployment in CI
  • Loading branch information
jpraynaud authored Dec 18, 2023
2 parents edbb385 + 5a98920 commit e460fed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,7 @@ jobs:
body_path: ./release-notes-addon.txt

deploy-testing:
# Don't run on pull request from forks since they don't have access to all the needed secrets
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork)
if: vars.DEPLOY_NETWORKS_IN_CI == 'true' && (github.event_name == 'push' || github.event_name == 'pull_request')
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e460fed

Please sign in to comment.