From f19b207ca3890c7631a7f8c3ee28fed518c5d6c8 Mon Sep 17 00:00:00 2001 From: Ted <63551230+grtw@users.noreply.github.com> Date: Thu, 21 Apr 2022 21:15:16 -0400 Subject: [PATCH] Revert "reduce chatter" This reverts commit b71b06ea3a3faa5eb93cbb69821b54d8a7ca74ff. --- .github/workflows/build.yml | 5 +---- .github/workflows/security-audit.yml | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 59764ea..f51bad5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,4 @@ -on: - pull_request: - branches: - - main +on: [push] name: build jobs: build: diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 6c1c529..fa95789 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -1,5 +1,7 @@ name: Security audit on: + schedule: + - cron: "0 8 * * *" push: paths: - "**/Cargo.*"