Skip to content

CI (fix/migration) #7647

CI (fix/migration)

CI (fix/migration) #7647

Workflow file for this run

---
name: CI
run-name: CI (${{ github.head_ref || github.ref_name }})
on:
push:
tags:
- '**'
workflow_dispatch:
pull_request:
schedule:
- cron: 0 0 * * * # Daily at midnight
jobs:
main:
secrets: inherit
uses: ./.github/workflows/main_base.yml
with:
toolchain: 1.91.0