Skip to content

Commit

Permalink
Update leetcoding_cron.yml
Browse files Browse the repository at this point in the history
fixed: Delay for a while before execution
  • Loading branch information
Freedomisgood authored Apr 19, 2022
1 parent 3bd5f8a commit 080ffc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/leetcoding_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Leetcoding every day

on:
schedule:
- cron: "56 15 * * *"
- cron: "58 15 * * *"
workflow_dispatch:


Expand All @@ -23,4 +23,4 @@ jobs:
run: pip install requests

- name: Run Scripts
run: python ./LeetCoding/leetcoding.py
run: python ./LeetCoding/leetcoding.py

0 comments on commit 080ffc6

Please sign in to comment.