Skip to content

GPU tests

GPU tests #125

Workflow file for this run

name: GPU tests
on:
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
run:
if: github.repository_owner == 'explosion'
runs-on: ubuntu-latest
steps:
- name: Trigger buildkite build
uses: buildkite/[email protected]
env:
PIPELINE: explosion-ai/spacy-llm-gpu-tests
BRANCH: main
MESSAGE: ":github: spacy-llm GPU tests - triggered from a GitHub Action"
BUILDKITE_API_ACCESS_TOKEN: ${{ secrets.BUILDKITE_SECRET }}