Skip litmus tests for unit tests update

Ignore a few more paths used by unit tests to avoid executing
unnecessary jobs.

Change-Id: I6b20fdb5b586410d4af9f41727cd336e43139e10
This commit is contained in:
Takashi Kajinami 2024-10-20 14:23:30 +09:00
parent dc2c54ae01
commit a27b52bfa7

View File

@ -16,6 +16,7 @@
- ^spec/unit/.*$
- ^spec/classes/.*$
- ^spec/defines/.*$
- ^spec/type_aliases/.*$
- ^requirements.txt$
- ^test-requirements.txt$
- ^metadata.json$