use daily ci without sleep 10 #356
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 (scheduled) | ||
on: | ||
push: | ||
branches: | ||
- run_scheduled_ci_now_2 | ||
jobs: | ||
model-ci: | ||
name: Model CI | ||
uses: ./.github/workflows/self-scheduled.yml | ||
Check failure on line 12 in .github/workflows/self-scheduled-caller.yml GitHub Actions / Self-hosted runner (scheduled)Invalid workflow file
|
||
with: | ||
job: run_models_gpu | ||
slack_report_channel: "#transformers-ci-daily-models" | ||
runner: daily-ci | ||
docker: huggingface/transformers-all-latest-gpu | ||
ci_event: Daily CI | ||
secrets: inherit |