Skip to content

Commit

Permalink
disable automatic FOSSA scanning in midstream ODH
Browse files Browse the repository at this point in the history
make it a manual triggerable workflow.

Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
  • Loading branch information
tarilabs committed Sep 19, 2024
1 parent f464832 commit 519140a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/fossa-license-scanning.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: FOSSA License Scanning

on:
push:
branches:
- main
pull_request:
on: workflow_dispatch # disable this workflow only manually in midstream ODH

jobs:
fossa-scan:
Expand Down

0 comments on commit 519140a

Please sign in to comment.