Skip to content

Automated PR: Downstream develop rebase new changes #99

Automated PR: Downstream develop rebase new changes

Automated PR: Downstream develop rebase new changes #99

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

Check failure on line 25 in .github/workflows/self-push-amd-mi210-caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/self-push-amd-mi210-caller.yml

Invalid workflow file

error parsing called workflow ".github/workflows/self-push-amd-mi210-caller.yml" -> "./.github/workflows/self-push-amd.yml" : You have an error in your yaml syntax on line 21
with:
gpu_flavor: mi210
secrets: inherit