Skip to content

CI

CI #398

Workflow file for this run

name: CI
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha || github.run_id }}
cancel-in-progress: true
on:
schedule:
- cron: '0 0 * * *'
push:
tags: ['v[0-9]+.[0-9]+.[0-9]+', 'v[0-9]+.[0-9]+.[0-9]+-canary.[0-9]+']
pull_request:
types: [opened, synchronize, edited]
jobs:
insight:
name: Insight
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Run Insight
uses: ./