removed schedule cron so power automate can trigger the workflow

pull/268/head
fakebranden 2025-03-07 21:54:00 +00:00
parent 9e41e6e9db
commit a2d139cb96
1 changed files with 3 additions and 2 deletions

View File

@ -2,8 +2,9 @@ name: JobSpy Scraper Workflow
on:
workflow_dispatch: # Allows manual trigger from GitHub or Power Automate
schedule:
- cron: '0 */6 * * *' # Runs every 6 hours
# Remove or comment out the schedule to prevent auto-runs
# schedule:
# - cron: '0 */6 * * *' # Runs every 6 hours (DISABLED)
permissions:
actions: write