Skip to content

Commit 8e456aa

Browse files
committed
Reduce 3rd party license check frequency
Changed triggers of CI job to run only on changes to the Cargo.* files. This reduces the frequency of the 3rd party license check to the required minimum, which should help with not running into 429 errors when querying Clearly Defined.
1 parent 4d998f9 commit 8e456aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/check-dependencies.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
name: Check 3rd party dependencies
1515

1616
on:
17-
push:
18-
branches: [ main ]
1917
pull_request:
2018
paths:
2119
- "Cargo.*"

0 commit comments

Comments
 (0)