diff --git a/.github/workflows/sync-supported-chains.yml b/.github/workflows/sync-supported-chains.yml index 5c2045dd7e4..1e22bf28319 100644 --- a/.github/workflows/sync-supported-chains.yml +++ b/.github/workflows/sync-supported-chains.yml @@ -254,7 +254,7 @@ jobs: if $all_reached_required_count; then echo "All required logs found." - exit 0 + kill $$ && exit 0 fi done