only 9 jobs now

This commit is contained in:
Ulf Gebhardt 2021-04-12 20:19:16 +02:00
parent 898117f42e
commit 247adbc2a4
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -279,11 +279,11 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [build_test_webapp, build_test_backend, build_test_neo4j] needs: [build_test_webapp, build_test_backend, build_test_neo4j]
env: env:
jobs: 10 jobs: 9
strategy: strategy:
matrix: matrix:
# run copies of the current job in parallel # run copies of the current job in parallel
job: [1, 2, 3, 4, 5, 6, 7, 8 , 9, 10] job: [1, 2, 3, 4, 5, 6, 7, 8 , 9]
steps: steps:
########################################################################## ##########################################################################
# CHECKOUT CODE ########################################################## # CHECKOUT CODE ##########################################################