Skip to content

Commit

Permalink
ci: only run fossa action on workflow_dispatch (#3125)
Browse files Browse the repository at this point in the history
This is only run once every never (ie. when legal requests it)
  • Loading branch information
thehowl authored Nov 20, 2024
1 parent 4646ae6 commit 2c323f4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/fossa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ name: Dependency License Scanning

on:
workflow_dispatch:
pull_request:
paths:
- ".github/.fossa.yml"
- ".github/workflows/fossa.yml"
schedule:
- cron: '0 0 * * 6' # At 00:00 on saturdays

permissions:
contents: read
Expand Down Expand Up @@ -47,4 +41,3 @@ jobs:
run: fossa test
env:
FOSSA_API_KEY: "${{secrets.FOSSA_API_KEY}}"

0 comments on commit 2c323f4

Please sign in to comment.