Skip to content

Commit

Permalink
Don't use upstream builds when deploying preview
Browse files Browse the repository at this point in the history
We shouldn't use `upstreamBuilds` as `upstream_builds` are not available
for workflows triggered by ``pull_request` event.
  • Loading branch information
michalinacienciala committed Aug 17, 2022
1 parent 6bc4d12 commit f1dde14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
environment: goerli
ethUrlHttp: ${{ secrets.GOERLI_ETH_HOSTNAME_HTTP }}
ethUrlWS: ${{ secrets.GOERLI_ETH_HOSTNAME_WS }}
useUpstreamBuilds: true
useUpstreamBuilds: false
dependentPackagesTag: goerli
gcpServiceKey: ${{ secrets.KEEP_TEST_CI_UPLOAD_DAPP_JSON_KEY_BASE64 }}
gcpBucketName: preview.dashboard.test.threshold.network
Expand Down

0 comments on commit f1dde14

Please sign in to comment.