Skip to content

Commit

Permalink
Stop cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Apr 27, 2024
1 parent 073bd46 commit d2b7dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'

jobs:
deploy:
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

./get-reposense.py --master
java -jar RepoSense.jar --config ./configs --since 23/02/2024 --formats java md fxml sh bat gradle txt --timezone UTC+08 --last-modified-date
java -jar RepoSense.jar --config ./configs --until 26/04/2024 --since 23/02/2024 --formats java md fxml sh bat gradle txt --timezone UTC+08 --last-modified-date

0 comments on commit d2b7dcc

Please sign in to comment.