Unverified Commit d561408c authored by Sylvain Gugger's avatar Sylvain Gugger Committed by GitHub
Browse files

Skip Add model like job (#24865)

parent 870dfc15
...@@ -3,13 +3,13 @@ name: Add model like runner ...@@ -3,13 +3,13 @@ name: Add model like runner
on: on:
push: push:
branches: branches:
- main - none # put main here when this is fixed
pull_request: #pull_request:
paths: # paths:
- "src/**" # - "src/**"
- "tests/**" # - "tests/**"
- ".github/**" # - ".github/**"
types: [opened, synchronize, reopened] # types: [opened, synchronize, reopened]
jobs: jobs:
run_tests_templates_like: run_tests_templates_like:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment