Skip to content

Commit

Permalink
add dispatch to scheduled build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
georglauterbach committed May 15, 2023
1 parent e82f0f2 commit da8d365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_builds.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: 'Deploy :edge on Schedule'

on:
workflow_dispatch:
schedule:
- cron: 0 0 * * 5

Expand All @@ -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'
Expand Down

0 comments on commit da8d365

Please sign in to comment.