mirror of
https://github.com/GoogleCloudPlatform/vertex-ai-samples.git
synced 2026-09-26 14:42:04 +00:00
ci: Apply filter to format_and_lint_job (#348)
* ci: Apply filter to format_and_lint_job Only run when PR contains a notebook file * Minor fix
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
name: ci
|
||||
on: pull_request
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- '**.ipynb'
|
||||
|
||||
|
||||
jobs:
|
||||
format_and_lint:
|
||||
|
||||
Reference in New Issue
Block a user