Skip to content

Commit 7450029

Browse files
authored
continue on error
1 parent 556089a commit 7450029

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/enforce-license-compliance.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ jobs:
3030
uses: getsentry/action-enforce-license-compliance@main
3131
with:
3232
skip_checkout: 'true'
33-
fossa_test_timeout_seconds: 60
33+
fossa_test_timeout_seconds: 3600
3434
fossa_api_key: ${{ secrets.FOSSA_API_KEY }}
35+
continue-on-error: 'true'
36+

0 commit comments

Comments
 (0)