From 6ec1ba74a800217c7399f2268b7e1eaee9c8d114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christina=20S=C3=B8rensen?= Date: Fri, 6 Sep 2024 05:26:14 +0200 Subject: [PATCH] ci(audit): fix multiple `audit.yml` flows spawning on same commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christina Sørensen --- .forgejo/workflows/audit.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.forgejo/workflows/audit.yml b/.forgejo/workflows/audit.yml index b98bf6b..dfe0929 100644 --- a/.forgejo/workflows/audit.yml +++ b/.forgejo/workflows/audit.yml @@ -7,11 +7,7 @@ on: schedule: - cron: '0 0 * * *' push: - paths: - - '.github/workflows/audit.yml' - - '**/Cargo.toml' - - '**/Cargo.lock' - - 'deny.toml' + branches: [main] pull_request: branches: [main] jobs: