Skip to content

Test calling reusable workflow #11

Test calling reusable workflow

Test calling reusable workflow #11

Workflow file for this run

name: Test calling reusable workflow
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [main]
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
call-reusable-test:
if: github.event_name != 'pull_request' || github.event.action == 'enqueued'
uses: lurk-lab/ci-workflows/.github/workflows/gpu-ci.yml@main