Skip to content

Commit

Permalink
Added if condition for container build (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz authored Aug 17, 2023
1 parent 6e092e3 commit 1b8da36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
TestHostStartDelay: 1000
run: dotnet test --no-build
image:
if: ${{ github.event.pull_request.merged }}
name: 'Create docker image for Web'
runs-on: ubuntu-latest
needs: [playwright]
Expand Down

0 comments on commit 1b8da36

Please sign in to comment.