mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
Merge pull request #12553 from ToolJet/fix/cron-job-main
Update cron job vulnerability-ci.yml to main
This commit is contained in:
commit
4d8530a5df
1 changed files with 1 additions and 1 deletions
2
.github/workflows/vulnerability-ci.yml
vendored
2
.github/workflows/vulnerability-ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue