diff options
| author | seth <[email protected]> | 2023-07-02 15:46:53 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-02 19:59:45 +0000 |
| commit | 3d05c4bff2b446a3a246b8b802e407b9cc1371c6 (patch) | |
| tree | d12d571b4a918fe673f4c2de2131fb57bbbb5a11 /.github/workflows/audit.yaml | |
| parent | 57783697051e75142268f21a834e62da9d239017 (diff) | |
ci!: start using garnix
Diffstat (limited to '.github/workflows/audit.yaml')
| -rw-r--r-- | .github/workflows/audit.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/audit.yaml b/.github/workflows/audit.yaml index 677ea14..ade1ce9 100644 --- a/.github/workflows/audit.yaml +++ b/.github/workflows/audit.yaml @@ -5,12 +5,6 @@ name: audit crates on: schedule: - cron: "0 0 * * 6" - push: - paths: - - "Cargo.lock" - pull_request: - paths: - - "Cargo.lock" workflow_dispatch: jobs: |
