Skip to content

Commit

Permalink
[gha] fix test report
Browse files Browse the repository at this point in the history
  • Loading branch information
rexhoffman authored and bors-libra committed Aug 17, 2021
1 parent c21af96 commit f73e431
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-post-land.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ jobs:
unit-test-allure-report:
name: Unit Test Reports
runs-on: ubuntu-latest
if: ${{ needs.prepare.output.changes-target-branch == 'main' }}
if: ${{ github.ref == 'refs/heads/main' }}
environment:
name: Sccache
container:
image: diem/build_environment:main
volumes:
Expand Down

0 comments on commit f73e431

Please sign in to comment.