Skip to content

Commit

Permalink
Disable FOSSA check for RC releases
Browse files Browse the repository at this point in the history
  • Loading branch information
manno committed Apr 10, 2024
1 parent b2de443 commit be455a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-fleet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,13 @@ jobs:
args: --timeout=10m --config=.golangci.json

- name: Run FOSSA scan
if: contains(github.ref, 'rc') != true
uses: fossas/[email protected]
with:
api-key: ${{ secrets.FOSSA_API_KEY }}

- name: Run FOSSA tests
if: contains(github.ref, 'rc') != true
uses: fossas/[email protected]
with:
api-key: ${{ secrets.FOSSA_API_KEY }}
Expand Down

0 comments on commit be455a3

Please sign in to comment.