We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb34eef commit fe7e394Copy full SHA for fe7e394
1 file changed
.github/workflows/pr-checks.yml
@@ -25,7 +25,7 @@ jobs:
25
fetch-depth: 0
26
persist-credentials: false
27
- name: Check dependencies usage restrictions
28
- run: docker run --rm -t -v ${PWD}/:/workspace/project quay.io/che-incubator/dash-licenses:test --check
+ run: docker run --rm -t -v ${PWD}/:/workspace/project quay.io/che-incubator/dash-licenses:next --check
29
30
unit-tests:
31
runs-on: ubuntu-22.04
0 commit comments