Skip to content

Commit

Permalink
Add workflow dispatch to the rebuild_org workflow
Browse files Browse the repository at this point in the history
Adding this allows us to manually trigger this workflow from the GitHub
web UI and using the GitHub CLI.
  • Loading branch information
mcdonnnj committed Jan 9, 2022
1 parent b980493 commit f2f2def
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rebuild_org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
types: [run_tmate, run]
schedule:
- cron: "0 * * * *"
workflow_dispatch:

env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit f2f2def

Please sign in to comment.