From fdb375af5941d0e0ccf44a931444322db02c1d4a Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Mon, 1 Jul 2024 07:50:00 +0200 Subject: [PATCH] Remove scheduled depdenency scanning --- .github/workflows/fossa.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/fossa.yml b/.github/workflows/fossa.yml index 56f3157f..38f286a3 100644 --- a/.github/workflows/fossa.yml +++ b/.github/workflows/fossa.yml @@ -2,8 +2,6 @@ name: Dependency Scanning on: workflow_dispatch: - schedule: - - cron: '0 0 * * 0' # At 00:00 on Sunday permissions: contents: read # allow actions/checkout