Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Oct 11, 2020
1 parent 07d543a commit d7d9072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
name: Run Tests
runs-on: ubuntu-latest
needs: build_env
if: "always()"
if: "always()&&(needs.jobA.outputs.job_status=='success')"

steps:
- name: Docker login
Expand Down

0 comments on commit d7d9072

Please sign in to comment.