Cron Job #257
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cron Job | |
# Controls when the workflow will run | |
on: | |
# Triggers the workflow every day ay 0:00 | |
schedule: | |
- cron: "0 0 * * *" | |
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | |
jobs: | |
call-workflow-in-local-repo: | |
uses: ./.github/workflows/nextjs.yml |