mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Run contributors workflow monthly
This commit is contained in:
parent
0fd425d0de
commit
e4eca00b25
2
.github/workflows/contributors.yml
vendored
2
.github/workflows/contributors.yml
vendored
|
@ -2,7 +2,7 @@ name: Update contributors
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 1 * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
delete-old-branch:
|
delete-old-branch:
|
||||||
|
|
Loading…
Reference in a new issue