Change Swap Fee for gtusdcp-kpk_USDT_PrimeV2 on Ethereum #3705
Workflow file for this run
This file contains hidden or 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: Process BIP PR | |
| on: | |
| pull_request_target: | |
| types: [opened, reopened, synchronize] | |
| paths: | |
| - "BIPs/**" | |
| - "config/**" | |
| - "MaxiOps/**" | |
| - "TreasuryOps/**" | |
| jobs: | |
| run_reports: | |
| uses: "balancer/multisig-ops/.github/workflows/run_reports_reusable.yaml@main" | |
| secrets: inherit | |
| with: | |
| pr_number: ${{ github.event.number }} | |
| checkout_ref: ${{ github.event.pull_request.head.sha }} | |
| checkout_branch: ${{ github.event.pull_request.head.ref }} |