ci: Avoiding linting `CONTRIBUTORS.yml` (#3705)

The file is managed by the `contributors.yml` workflow, no need for linting to be triggered on PRs for that change.

This should ideally skip the required check status for the lint workflow which cannot trigger implicitly for automated PRs. If this doesn't work the change should be reverted.
This commit is contained in:
Brennan Kinney 2023-12-19 14:41:07 +13:00 committed by GitHub
parent 5908d9f060
commit ca2c53dde7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ name: Lint
on:
pull_request:
paths-ignore:
# Managed by workflow: contributors.yml
- CONTRIBUTORS.md
push:
branches: [ master ]