We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c2482 commit ee44a5bCopy full SHA for ee44a5b
.github/workflows/main_workflow.yml
@@ -78,6 +78,7 @@ jobs:
78
with:
79
node-version: 16
80
- run: bash .ci/install_dependencies.sh
81
+ - name: Build local dashboard
82
if: ${{ github.ref == 'refs/heads/main' || github.event_name == 'pull_request' || startsWith(github.ref, 'refs/tags/v') }}
83
run: |
84
cd packages/tdb-dashboard
0 commit comments