mirror of https://github.com/Bunsly/JobSpy
removed schedule cron so power automate can trigger the workflow
parent
9e41e6e9db
commit
a2d139cb96
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue