Skip to content

Make things narrower #3

Make things narrower

Make things narrower #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
changed:
uses: ./.github/workflows/changed.yml
build_ubuntu:
name: Ubuntu
needs: changed
if: ${{ needs.changed.outputs.code == 'true' || needs.changed.outputs.config == 'true' || needs.changed.outputs.actions == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/setup-python@v5
with:
python-version: 3
- name: Install BenchmarkBot
run: npm i -g benchmarkbot
- name: Run Benchmarks
run: bb