ci: commend audit cron schedule

This commit is contained in:
Dmitriy Pleshevskiy 2022-07-21 10:33:57 +03:00
parent d259252d97
commit 4ce06d74ff
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ name: audit
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 1"
- cron: "0 0 * * 1" # every monday
jobs:
audit:
runs-on: ubuntu-latest