Skip to content

Zerodha-Openings-Tracker Cron Job #62

Zerodha-Openings-Tracker Cron Job

Zerodha-Openings-Tracker Cron Job #62

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name:
Zerodha-Openings-Tracker Cron Job
# Controls when the workflow will run
on:
# Triggers the workflow every 5 minutes
schedule:
- cron: "0 12 * * *"
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "cron"
cron:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
- name: Run a one-line script
run: curl -X GET https://zerodha-job-tracker.vercel.app/scrape