This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch release-1.12.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit ff160e2a14a83e080c3964b9f7c8af940e916759
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed May 31 11:35:49 2023 +0200

    SBOM for Camel K - Added GH Action
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 .github/workflows/generate-sbom-main.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/generate-sbom-main.yml 
b/.github/workflows/generate-sbom-main.yml
index 696d8278d..f61f425d9 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -17,11 +17,6 @@
 
 name: Generate SBOM (Camel K)
 
-on:
-  schedule:
-  - cron: '30 19 * * 0'
-  workflow_dispatch:
-
 env:
   GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
@@ -50,6 +45,8 @@ on:
       - 'KEYS'
       - 'LICENSE'
       - 'NOTICE'
+  schedule:
+  - cron: '30 19 * * 0'
   workflow_dispatch:
     inputs:
 

Reply via email to