From 6663570689336d9a660b9c875eee2fbd51fb98b5 Mon Sep 17 00:00:00 2001 From: "Ian Clarke (aider)" Date: Sat, 28 Dec 2024 11:07:43 -0600 Subject: [PATCH] chore: disable security audit workflow temporarily --- .github/workflows/audit.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index e725b25b5..b08084d9f 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -1,11 +1,12 @@ name: Security audit on: - push: - paths: - - "**/Cargo.toml" - - "**/Cargo.lock" - schedule: - - cron: "0 0 * * *" + workflow_dispatch: false + # push: + # paths: + # - "**/Cargo.toml" + # - "**/Cargo.lock" + # schedule: + # - cron: "0 0 * * *" jobs: audit: runs-on: ubuntu-latest