diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7d23e42f..7cabf84b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,7 @@ on: branches: - 'main' pull_request: + types: [opened] issue_comment: if: github.event.issue.pull_request && contains(github.event.comment.body, 'retest please') @@ -19,3 +20,10 @@ jobs: run: sbt compile - name: Build site run: sbt build + - name: Set latest commit status as ${{ job.status }} + uses: myrotvorets/set-commit-status-action@master + if: always() + with: + sha: ${{ steps.comment-branch.outputs.head_sha }} + token: ${{ secrets.GITHUB_TOKEN }} + status: ${{ job.status }}