Skip to content

Update fork-maintenance #45

Update fork-maintenance

Update fork-maintenance #45

name: Self-hosted runner (AMD mi210 CI caller)
on:
workflow_run:
workflows: ["Self-hosted runner (push-caller)"]
branches: ["main"]
types: [completed]
push:
branches:
- run_amd_push_ci_caller*
paths:
- "src/**"
- "tests/**"
- ".github/**"
- "templates/**"
- "utils/**"
pull_request:
types: [opened, reopened, synchronize]
branches: ["main"]
jobs:
run_amd_ci:
name: AMD mi210
if: (cancelled() != true) && (github.event_name != 'schedule') && (github.event_name == 'pull_request')
uses: ./.github/workflows/self-push-amd.yml
with:
gpu_flavor: mi210
secrets: inherit