Merge pull request #12553 from ToolJet/fix/cron-job-main

Update cron job vulnerability-ci.yml to main
This commit is contained in:
Adish M 2025-04-11 10:40:44 +05:30 committed by GitHub
commit 4d8530a5df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ on:
# Schedule the workflow to run every two weeks once
schedule:
- cron: '30 5 */14 * *'
- cron: '30 5 * * 1'
jobs:
PeriodicVulnerability-CheckOn-frontend-code: