Skip to content

Fix term

Fix term #22

name: Self-hosted runner (AMD mi300 scheduled CI caller)

Check failure on line 1 in .github/workflows/self-scheduled-amd-mi300-caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/self-scheduled-amd-mi300-caller.yml

Invalid workflow file

(Line: 13, Col: 3): The workflow must contain at least one job with no dependencies.
on:
workflow_run:
workflows: ["Self-hosted runner (AMD scheduled CI caller)"]
branches: ["main"]
types: [completed]
push:
branches:
- run_amd_scheduled_ci_caller*
jobs:
run_amd_ci:
name: AMD mi300
needs: build-docker-containers
if: (cancelled() != true) && ((github.event_name == 'workflow_run') || ((github.event_name == 'push') && (startsWith(github.ref_name, 'run_amd_push_ci_caller') || startsWith(github.ref_name, 'mi300-ci'))))
uses: ./.github/workflows/self-scheduled-amd.yml
with:
gpu_flavor: mi300
slack_report_channel: "#transformers-ci-daily-amd"
secrets: inherit