exclude issue blocks (#261)

This commit is contained in:
Matt Romano 2025-02-26 10:48:36 -08:00 committed by GitHub
parent 760eb0a8e4
commit c64b68f5d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ AND (
LATERAL FLATTEN(
input => blocks_impacted_array
)
HAVING block_number <> 23411110
HAVING block_number NOT IN (23411110, 23635928,23635927)
)
) {% if var('OBSERV_FULL_TEST') %}
OR block_number >= 0

View File

@ -49,7 +49,7 @@ AND (
LATERAL FLATTEN(
input => blocks_impacted_array
)
HAVING block_number <> 23411110
HAVING block_number NOT IN (23411110, 23635928,23635927)
)
) {% if var('OBSERV_FULL_TEST') %}
OR block_number >= 0