Skip to content

refactor: reuse core bootstrap state mapping for gate rewind #65

refactor: reuse core bootstrap state mapping for gate rewind

refactor: reuse core bootstrap state mapping for gate rewind #65

Workflow file for this run

name: CI
on:
push:
branches: [master]
workflow_dispatch:
concurrency:
group: ci-${{ github.sha }}
cancel-in-progress: false
jobs:
check:
uses: ./.github/workflows/_go-checks.yaml
secrets: inherit
gate:
needs: [check]
if: ${{ !failure() && !cancelled() }}
runs-on: ubuntu-latest
timeout-minutes: 1
steps:
- run: echo "Push checks passed"