Skip to content

Commit

Permalink
Merge pull request #52 from codefresh-io/CR-8500
Browse files Browse the repository at this point in the history
removed condition of uploading e2e results because the results are go…
  • Loading branch information
danielh-codefresh authored Jan 3, 2022
2 parents 06fae41 + 3275921 commit 8d9c86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,4 +433,4 @@ jobs:
with:
name: e2e-server-k8s${{ matrix.k3s-version }}.log
path: /tmp/e2e-server.log
if: ${{ failure() }}
# if: ${{ failure() }} # Codefresh change

0 comments on commit 8d9c86f

Please sign in to comment.