Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akmshasan authored Mar 9, 2024
1 parent e9ad67d commit 3d9b796
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
needs: [ unit-testing, container-scan ]
needs: [ container-scan ]

steps:
-
Expand Down Expand Up @@ -73,6 +73,7 @@ jobs:

container-scan:
runs-on: ubuntu-latest
needs: [ unit-testing ]

steps:
- name : Checkout code
Expand Down

0 comments on commit 3d9b796

Please sign in to comment.