Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Pi Circuit aggregation eth_transfer #208

Pi Circuit aggregation eth_transfer

Pi Circuit aggregation eth_transfer #208

name: Pi Circuit aggregation eth_transfer
on:
workflow_dispatch:
pull_request:
types: [synchronize, opened, reopened, labeled]
schedule:
- cron: '0 0 * * 6'
jobs:
test:
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'ci-pi-eth-transfer')
uses: ./.github/workflows/circuit-test.yml
with:
circuit: pi
test-name: eth_transfer
instance-type: r6a.24xlarge
concurrency-group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.pull_request.number }}
secrets: inherit