step 0004 - fix: need use inputs #302
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Self-hosted runner (AMD mi250 scheduled CI caller) | |
on: | |
workflow_run: | |
workflows: ["Self-hosted runner (AMD scheduled CI caller)"] | |
branches: ["main"] | |
types: [completed] | |
push: | |
branches: | |
- revive_amd_scheduled_ci | |
jobs: | |
model-ci: | |
name: Model CI | |
uses: ./.github/workflows/self-scheduled-amd-2.yml | |
with: | |
job: run_models_gpu | |
slack_report_channel: "#transformers-ci-daily-amd" | |
runner: mi250 | |
docker: huggingface/transformers-pytorch-amd-gpu | |
ci_event: Daily CI | |
secrets: inherit |