Skip to content

Remove the logic to write the "models-summed.csv" and "<language>-sum… #7

Remove the logic to write the "models-summed.csv" and "<language>-sum…

Remove the logic to write the "models-summed.csv" and "<language>-sum… #7

Workflow file for this run

name: Branch CI
on:
push:
branches-ignore:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
docker:
name: 'Run docker image building'
uses: ./.github/workflows/docker.yml