Skip ci tests when requirements tracking file changes

This commit is contained in:
Zach Borboa
2026-03-19 16:18:45 -04:00
parent c54ff6cbe6
commit 55209e46bf
+2
View File
@@ -5,6 +5,8 @@ on:
branches:
- master
- php5.x-master
paths-ignore:
- "scripts/make_release_requirements.json"
pull_request:
schedule:
- cron: '0 17 * * *'