Skip to content

fix: pushing of binaries (#702) #73

fix: pushing of binaries (#702)

fix: pushing of binaries (#702) #73

Workflow file for this run

---
name: Workflow - Push
on:
push:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spell_check:
name: Spell check
uses: ./.github/workflows/spell_check.yml
benchmark:
name: Erc20 benchmark
uses: ./.github/workflows/benchmark.yml

Check failure on line 19 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/push.yml" -> "./.github/workflows/benchmark.yml" : failed to fetch workflow: workflow was not found.
build:
name: Build binaries
uses: ./.github/workflows/kakarot_rpc.yml