Skip to content

flamenco: implement migrate_config_program_to_core_bpf, migrate_address_lookup_table_program_to_core_bpf, migrate_feature_gate_program_to_core_bpf #9397

flamenco: implement migrate_config_program_to_core_bpf, migrate_address_lookup_table_program_to_core_bpf, migrate_feature_gate_program_to_core_bpf

flamenco: implement migrate_config_program_to_core_bpf, migrate_address_lookup_table_program_to_core_bpf, migrate_feature_gate_program_to_core_bpf #9397

Workflow file for this run

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