Skip to content

Commit

Permalink
add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
BretFisher committed Feb 5, 2023
1 parent 7323b64 commit 62ad703
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/call-docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ on:
schedule:
# re-run montly to keep image fresh with upstream base images
- cron: '0 12 15 * *'
workflow_dispatch:
# run manually from Actions tab


jobs:
Expand Down

0 comments on commit 62ad703

Please sign in to comment.