Skip to content

Commit

Permalink
Allow manual execution
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne authored Oct 23, 2024
1 parent 2f7e719 commit c9dc021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/execute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Execute
on:
schedule:
- cron: '0 13 * 8-12,1-3 3' # Every Wednesday Aug - April
workflow_dispatch:

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

Expand Down

0 comments on commit c9dc021

Please sign in to comment.