Deprecate model templates (#17062)

* Deprecate model templates

* Address review comments
This commit is contained in:
Sylvain Gugger
2022-05-04 09:36:38 -04:00
committed by GitHub
parent 9c5ae87f13
commit bb8d40529e
2 changed files with 9 additions and 10 deletions

View File

@@ -1,16 +1,9 @@
name: Model templates runner
on:
push:
branches:
- main
pull_request:
paths:
- "src/**"
- "tests/**"
- ".github/**"
- "templates/**"
types: [assigned, opened, synchronize, reopened]
repository_dispatch:
schedule:
- cron: "0 2 * * *"
jobs:
run_tests_templates: