Skip to content

Commit 844c9ca

Browse files
fix
1 parent 811ce39 commit 844c9ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119

120120
Vulnerabilities:
121121
name: Package Vulnerabilities Checks (Python-${{ matrix.python-version }})
122+
needs: [ Version-Check, build-matrix ]
122123
runs-on: ubuntu-latest
123124
strategy:
124125
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}

exasol/toolbox/templates/github/workflows/checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125

126126
Vulnerabilities:
127127
name: Package Vulnerabilities Checks (Python-${{ matrix.python-version }})
128+
needs: [ Version-Check, build-matrix ]
128129
runs-on: ubuntu-latest
129130
strategy:
130131
matrix: ${{ fromJson(needs.build-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)