Skip to content

CI (feat/split_key) #8226

CI (feat/split_key)

CI (feat/split_key) #8226

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.97.0