Browse Source

Add job dependency

wernerfred 4 years ago
parent
commit
47692bcf2f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/docker-image-ci.yml

+ 1 - 0
.github/workflows/docker-image-ci.yml

@@ -19,6 +19,7 @@ jobs:
 
 
   build:
   build:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
+    needs: lint
     steps:
     steps:
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2
     - name: Build docker image
     - name: Build docker image