From ee4fd80f179882bffe7fd826a201ad774958117c Mon Sep 17 00:00:00 2001 From: Martina Kraus Date: Tue, 7 Jan 2025 13:27:31 +0100 Subject: [PATCH] chore: add workflow for dependency-track --- .github/workflows/generate-and-upload-bom.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/generate-and-upload-bom.yml b/.github/workflows/generate-and-upload-bom.yml index 126f0711f..640e03eab 100644 --- a/.github/workflows/generate-and-upload-bom.yml +++ b/.github/workflows/generate-and-upload-bom.yml @@ -1,12 +1,8 @@ name: 'This workflow creates bill of material and uploads it to Dependency-Track each night' - + on: - pull_request: - types: ['opened', 'edited', 'reopened', 'synchronize'] - -# on: -# schedule: -# - cron: '0 0 * * *' + schedule: + - cron: '0 0 * * *' concurrency: group: ${{ github.workflow}}-${{ github.ref }}