Trigger full CI run on pylint amends (#65430)
Co-authored-by: epenet <epenet@users.noreply.github.com>pull/65922/head^2
parent
791b700ac2
commit
03ade194ab
|
@ -101,6 +101,7 @@ components: &components
|
|||
# Testing related files that affect the whole test/linting suite
|
||||
tests: &tests
|
||||
- codecov.yaml
|
||||
- pylint/*
|
||||
- requirements_test_pre_commit.txt
|
||||
- requirements_test.txt
|
||||
- tests/auth/**
|
||||
|
@ -111,6 +112,7 @@ tests: &tests
|
|||
- tests/helpers/*
|
||||
- tests/ignore_uncaught_exceptions.py
|
||||
- tests/mock/*
|
||||
- tests/pylint/*
|
||||
- tests/scripts/*
|
||||
- tests/test_util/*
|
||||
- tests/testing_config/**
|
||||
|
|
Loading…
Reference in New Issue