Skip to content

Commit 46c22a3

Browse files
Copilothmottestad
andcommitted
Disable DASH license plugin from GitHub Actions due to ClearlyDefined throttling
Co-authored-by: hmottestad <797185+hmottestad@users.noreply.github.com>
1 parent 7f60a7f commit 46c22a3

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/dash-license.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
run: mvn -B clean install -Pquick -DskipTests
2222
- name: Package
2323
run: mvn -B -U package -Pquick -DskipTests
24-
- name: Run license-check
25-
run: mvn -B -Plicence-check org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES
26-
- name: Print Dash Summary
27-
if: always()
28-
run: cat DEPENDENCIES
24+
# Temporarily disabled due to ClearlyDefined throttling issues
25+
# See: https://github.com/eclipse-rdf4j/rdf4j/issues/<issue_number>
26+
# - name: Run license-check
27+
# run: mvn -B -Plicence-check org.eclipse.dash:license-tool-plugin:license-check -Ddash.summary=DEPENDENCIES
28+
# - name: Print Dash Summary
29+
# if: always()
30+
# run: cat DEPENDENCIES

0 commit comments

Comments
 (0)