From 3a004d3e79f9a6d23e7c85ac268e5f74850cdb4c Mon Sep 17 00:00:00 2001 From: Alex Snaps Date: Tue, 10 Dec 2024 06:47:29 -0500 Subject: [PATCH] test Signed-off-by: Alex Snaps --- .github/workflows/license-scan.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/license-scan.yaml b/.github/workflows/license-scan.yaml index 9e94bd84..51cec916 100644 --- a/.github/workflows/license-scan.yaml +++ b/.github/workflows/license-scan.yaml @@ -5,13 +5,14 @@ on: push: branches: - 'main' - pull_request_target: + pull_request: branches: - '*' jobs: fossa-scan: name: Find license compliance and security issues + if: github.repository == 'Kuadrant/limitador' && secrets.FOSSA_API_TOKEN != null runs-on: ubuntu-latest steps: - uses: actions/checkout@v4