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:
|
on:
|
||||||
workflow_dispatch: # Allows manual trigger from GitHub or Power Automate
|
workflow_dispatch: # Allows manual trigger from GitHub or Power Automate
|
||||||
schedule:
|
# Remove or comment out the schedule to prevent auto-runs
|
||||||
- cron: '0 */6 * * *' # Runs every 6 hours
|
# schedule:
|
||||||
|
# - cron: '0 */6 * * *' # Runs every 6 hours (DISABLED)
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
actions: write
|
actions: write
|
||||||
|
|||||||
Reference in New Issue
Block a user