Skip to content

Commit db72e50

Browse files
Fix formatting
1 parent 66c8c0b commit db72e50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dashboard-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ jobs:
9696
# - name: Test
9797
# run: yarn test
9898

99-
# This job will be triggered for PR updates. It will build the dashboard
99+
# This job will be triggered for PR updates. It will build the dashboard
100100
# using `dapp-development-goerli`-taggeed packages which contain contracts
101101
# with values modified to help with the testing of dashboard. The code will be
102-
# published to
102+
# published to
103103
# https://preview.dashboard.test.threshold.network/${{ github.head_ref }}/index.html
104104
# and link to the deployment will be posted as a comment in the PR.
105105
build-and-deploy-testnet-preview:
@@ -112,7 +112,7 @@ jobs:
112112
useUpstreamBuilds: false
113113
# We use `dapp-development-goerli`-taggeed packages with modified
114114
# contracts. They contain modifications that help with the testing of
115-
# dashboard features.
115+
# dashboard features.
116116
dependentPackagesTag: dapp-development-goerli
117117
gcpBucketName: preview.dashboard.test.threshold.network
118118
gcpBucketPath: ${{ github.head_ref }}

0 commit comments

Comments
 (0)