CI: Remove dep-scan as dependency of e2e-tests

This commit is contained in:
Maximilian Paß
2022-04-09 16:28:52 +02:00
parent 3570f18202
commit f1825ebd69

View File

@ -106,7 +106,7 @@ jobs:
e2e-test:
runs-on: ubuntu-latest
needs: [ compile, dep-scan, test ]
needs: [ compile, test ]
env:
POSEIDON_AWS_ENABLED: true
POSEIDON_AWS_ENDPOINT: ${{ secrets.POSEIDON_AWS_ENDPOINT }}