Skip to content

feat: update_current_epoch_block_rewards (#63) #34

feat: update_current_epoch_block_rewards (#63)

feat: update_current_epoch_block_rewards (#63) #34

Workflow file for this run

name: Main Branch Integration
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yaml
secrets: inherit
notify-slack:
needs: test
if: failure()
uses: ./.github/workflows/notify-slack.yaml
with:
context_title: "main branch"
failed_job_name: "test"
secrets: inherit