Skip to content

fix: add GPU labels to exo limits command #2545

fix: add GPU labels to exo limits command

fix: add GPU labels to exo limits command #2545

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
paths-ignore:
- '**.md'
- 'bucket/**'
tags-ignore:
- 'v*' # Don't run CI tests on release tags
pull_request:
paths-ignore:
- '**.md'
- 'bucket/**'
jobs:
build:
name: Build + Run Unit Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 0
- uses: ./.github/actions/build