Skip to content

Improve codspeed cases naming (#50) #268

Improve codspeed cases naming (#50)

Improve codspeed cases naming (#50) #268

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
tags: [ "*" ]
paths-ignore:
- 'assets/**'
- '**.md'
pull_request:
paths-ignore:
- 'assets/**'
- '**.md'
permissions:
contents: read
jobs:
test:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/ci-test.yaml
lint:
uses: ./.github/workflows/ci-lint.yaml
typecheck:
uses: ./.github/workflows/ci-typecheck.yaml
memory-tests:
uses: ./.github/workflows/ci-memory-tests.yaml