Skip to content

Commit

Permalink
Remove schedule in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Antony1060 committed Jan 30, 2023
1 parent 09658d5 commit 7255213
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- master
schedule:
- cron: "0 * * * *"

jobs:
fill:
Expand All @@ -23,7 +21,7 @@ jobs:

- name: "Install dependencies"
run: "yarn"

- name: "Fill README"
run: "yarn fill"

Expand Down

0 comments on commit 7255213

Please sign in to comment.