Deprecate model templates (#17062)
* Deprecate model templates * Address review comments
This commit is contained in:
13
.github/workflows/model-templates.yml
vendored
13
.github/workflows/model-templates.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user