diff --git a/.github/workflows/pycafe-dashboards-in-CI.yml b/.github/workflows/pycafe-dashboards-in-CI.yml index d3c1251f7..29bb09d53 100644 --- a/.github/workflows/pycafe-dashboards-in-CI.yml +++ b/.github/workflows/pycafe-dashboards-in-CI.yml @@ -65,7 +65,7 @@ jobs: -H "Authorization: Bearer $GH_TOKEN"\ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/${{ github.repository }}/check-runs \ - -d '{"name":"Scratch Example", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"completed","details_url":"www.google.com","output":{"title":"Dev example to try out things","summary":"","text":""}}' + -d '{"name":"Scratch Example", "head_sha":"${{ github.event.pull_request.head.sha }}", "status":"in_progress","details_url":"www.google.com","output":{"title":"Dev example to try out things","summary":"","text":""}}' # test_something: # runs-on: ubuntu-latest