zrhoffman commented on a change in pull request #5938:
URL: https://github.com/apache/trafficcontrol/pull/5938#discussion_r652338255
##########
File path: .github/workflows/ciab.yaml
##########
@@ -45,6 +45,7 @@ on:
- 'NOTICE'
- 'traffic_control/java/**'
- 'cache-config/testing/**'
+ 'cache-config/testing/docker/trafficserver/**'
Review comment:
Just making that line
```yaml
'!cache-config/testing/docker/trafficserver/**'
```
to trigger the *CDN in a Box CI* workflow when that path is modified. It
isn't explicitly related to this PR, so we can just as easily add it in a
separate PR after (or before) #5938 is merged.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]