Skip to content

Add freeze, unfreeze to GPU #186

Add freeze, unfreeze to GPU

Add freeze, unfreeze to GPU #186

Workflow file for this run

name: PR
on:
push:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
delete:
permissions:
contents: read
pull-requests: write
jobs:
buf:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-action@v1
with:
token: ${{ secrets.BUF_TOKEN }}
lint: true
format: false
breaking: false # TODO: Set to true once API stabilizes