add dispatch to scheduled build workflow

This commit is contained in:
georglauterbach 2023-05-15 20:36:08 +02:00
parent e82f0f2527
commit da8d3654b8
No known key found for this signature in database
GPG Key ID: F367F7C43C118578
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,7 @@
name: 'Deploy :edge on Schedule'
on:
workflow_dispatch:
schedule:
- cron: 0 0 * * 5
@ -22,7 +23,6 @@ jobs:
uses: docker-mailserver/docker-mailserver/.github/workflows/generic_vulnerability-scan.yml@master
with:
cache-key: ${{ needs.build-images.outputs.build-cache-key }}
secrets: inherit
publish-images:
name: 'Publish Images'