.github/workflows: reviewing depaware.txt is unnecessary (#16990)

Apparently, #16989 introduced a bug in request-dataplane-review.yml:

> you may only define one of `paths` and `paths-ignore` for a single event

Related #16372
Updates #cleanup

Signed-off-by: Simon Law <sfllaw@tailscale.com>
This commit is contained in:
Simon Law 2025-08-31 13:29:25 -04:00 committed by GitHub
parent 442f4758a9
commit 6d45fcfc93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,8 +8,7 @@ on:
- ".github/workflows/request-dataplane-review.yml" - ".github/workflows/request-dataplane-review.yml"
- "**/*derp*" - "**/*derp*"
- "**/derp*/**" - "**/derp*/**"
paths-ignore: - "!**/depaware.txt"
- "**/depaware.txt"
jobs: jobs:
request-dataplane-review: request-dataplane-review: