Skip to content

Commit

Permalink
Allow workflow_dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
creasty committed May 18, 2024
1 parent 6da41e3 commit e16fca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: provisioning

on:
push:
workflow_dispatch:
schedule:
# Every Monday, at 10:00 JST
- cron: "0 1 * * 1"
Expand Down

0 comments on commit e16fca0

Please sign in to comment.