Skip to content

Commit cd5e597

Browse files
authored
Remove weekly build schedule from workflow
Removed scheduled cron job for weekly builds.
1 parent 0a3c0ba commit cd5e597

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ on:
88
pull_request:
99
branches:
1010
- master
11-
schedule:
12-
- cron: "0 8 * * 1"
1311

1412
jobs:
1513
Build:
@@ -49,4 +47,4 @@ jobs:
4947
DOC_GITHUB_TOKEN: '${{ secrets.DOC_TOKEN }}'
5048
steps:
5149
- uses: actions/checkout@v2
52-
- run: curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin js jquery-sse
50+
- run: curl https://opensource.byjg.com/add-doc.sh | bash /dev/stdin js jquery-sse

0 commit comments

Comments
 (0)