Skip to content

Commit

Permalink
Merge pull request #153 from thc202/crawl-tests-freq
Browse files Browse the repository at this point in the history
Reduce crawler scans frequency
  • Loading branch information
kingthorin authored Jul 18, 2023
2 parents 554c855 + d8a7e59 commit c89db6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/zap-vs-crawlmaze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ZAP vs Crawl Maze

on:
schedule:
- cron: '0 3 * * *' # 3 am every day
- cron: '0 3 * * 1' # 3 am every Monday
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zap-vs-juiceshop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ZAP vs Juice Shop

on:
schedule:
- cron: '30 3 * * *' # 3:30 am every day
- cron: '30 3 * * 1' # 3:30 am every Monday
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c89db6d

Please sign in to comment.