Skip to content

Fix panic when block tag greater than MaxInt64 is provided in parameters #292

Fix panic when block tag greater than MaxInt64 is provided in parameters

Fix panic when block tag greater than MaxInt64 is provided in parameters #292

Workflow file for this run

name: Continuous Integration (PR)
on:
pull_request:
# run CI on pull requests to main or a release branch
branches:
- main
- 'releases/**'
# run default ci checks against current PR
jobs:
default:
uses: ./.github/workflows/ci-default.yml
e2e-tests:
uses: ./.github/workflows/ci-e2e-tests.yml