mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-06-02 01:38:18 +02:00
ci: Allow other workflows to trigger linting (#2220)
This should resolve the issue of the lint workflow not being triggered by PRs opened via another workflow (`contributors.yml`). This workflow will be triggered after the dependent workflow completes (regardless of status).
This commit is contained in:
parent
88a1619dd5
commit
cb6fbf3c58
6
.github/workflows/linting.yml
vendored
6
.github/workflows/linting.yml
vendored
@ -6,6 +6,12 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
# These workflows when done will trigger this workflow too:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ['Update contributors']
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
Loading…
x
Reference in New Issue
Block a user