Skip to content

Commit

Permalink
Fix EXTRA_FLAGS with space for relays
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Feb 12, 2025
1 parent 1bb3346 commit 6b9351c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# When running on relay, we don't need weight checks.
EXTRA_FLAGS="${{ matrix.runtime.extra_args }}"
if [[ "${{ matrix.runtime.is_relay }}" == "true" ]]; then
EXTRA_FLAGS+="--no-weight-warnings"
EXTRA_FLAGS+=" --no-weight-warnings"
echo "Disabling weight checks since we are on a relay"
echo "Disabling try-state checks on the relay"
Expand Down

0 comments on commit 6b9351c

Please sign in to comment.