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

View file

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