You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +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:
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 ]
|
||||
|
||||
|
Reference in New Issue
Block a user