Skip to content

Commit

Permalink
Update cronjobnew.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisakhkannan committed Jul 15, 2024
1 parent b88f5eb commit 6c9e5f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cronjobnew.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: Cron-Job

on:
push:
workflow_dispatch:
schedule:
# The job runs every midnight (UTC time) Ref - https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onschedule
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
fetch_all_pull_request_shas:
Expand Down

0 comments on commit 6c9e5f2

Please sign in to comment.