mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 03:54:31 -08:00
removed schedule cron so power automate can trigger the workflow
This commit is contained in:
5
.github/workflows/jobspy_scraper.yml
vendored
5
.github/workflows/jobspy_scraper.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user