mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-31 08:04:46 +02:00
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:
parent
5908d9f060
commit
ca2c53dde7
1 changed files with 3 additions and 0 deletions
3
.github/workflows/linting.yml
vendored
3
.github/workflows/linting.yml
vendored
|
@ -2,6 +2,9 @@ name: Lint
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
# Managed by workflow: contributors.yml
|
||||
- CONTRIBUTORS.md
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue