Improve fd_uint256_cmp #9682
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: On Pull Request | |
on: | |
merge_group: | |
pull_request: | |
types: [synchronize, opened, reopened, ready_for_review] | |
concurrency: | |
group: on-pull-request_${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
tests: | |
if: github.event.pull_request.draft == false | |
uses: ./.github/workflows/tests.yml | |
secrets: inherit | |
ledgers: | |
if: github.event.pull_request.draft == false | |
uses: ./.github/workflows/ledgers.yml | |
secrets: inherit | |
firedancer: | |
if: github.event.pull_request.draft == false | |
uses: ./.github/workflows/test_firedancer_localnet.yml | |
secrets: inherit |