Skip to content

Commit

Permalink
Updated main workflow to only make docker image of build and test suc…
Browse files Browse the repository at this point in the history
…ceeds.
  • Loading branch information
harmen-xb committed Nov 25, 2024
1 parent 44eaff5 commit c6c7e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cicd-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:

# Create Docker image with CrossModel web application.
docker:
# Only make the docker image when build and test succeeded.
needs: build-and-test
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit c6c7e1a

Please sign in to comment.