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 811ce39 commit 844c9caCopy full SHA for 844c9ca
.github/workflows/checks.yml
@@ -119,6 +119,7 @@ jobs:
119
120
Vulnerabilities:
121
name: Package Vulnerabilities Checks (Python-${{ matrix.python-version }})
122
+ needs: [ Version-Check, build-matrix ]
123
runs-on: ubuntu-latest
124
strategy:
125
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}
exasol/toolbox/templates/github/workflows/checks.yml
@@ -125,6 +125,7 @@ jobs:
126
127
128
129
130
131
0 commit comments