Skip to content

Commit 48e6924

Browse files
authored
Merge pull request #125 from QuantStrategyLab/fix/auto-deploy
fix(ci): remove blocking git diff check in deploy workflow
2 parents 36d0d3d + bf83a6d commit 48e6924

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/deploy-strategy-switch-console.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ jobs:
6060
run: |
6161
set -euo pipefail
6262
python3 scripts/sync_strategy_switch_page_asset.py
63-
git diff --exit-code -- web/strategy-switch-console/page_asset.js web/strategy-switch-console/strategy_profiles_asset.js
6463
6564
- name: Validate Worker assets
6665
run: |

0 commit comments

Comments
 (0)