From 7ba7560fbb23f557e52866a8281cf5ff27f99eec Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sat, 30 Nov 2019 10:44:19 +0000 Subject: [PATCH] Update audit.yml --- .github/workflows/audit.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 118008c..5b62966 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,11 +1,9 @@ name: Security audit on: - push: - paths: - - '**/Cargo.toml' - - '**/Cargo.lock' + schedule: + - cron: '0 0 * * *' jobs: - security_audit: + audit: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1