Skip to content

Commit

Permalink
Workflow Dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
AzeemIdrisi committed Mar 6, 2024
1 parent 3a54aec commit 0980872
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/streaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Daily Streaks Check
on:
schedule:
- cron: "0 0 * * *" # Runs at midnight UTC every day
workflow_dispatch: # Enable manual triggering

jobs:
run_script:
Expand All @@ -22,4 +23,4 @@ jobs:
pip install selenium beautifulsoup4
- name: Run script
run: python main.py
run: python your_script.py

0 comments on commit 0980872

Please sign in to comment.