From 925955694200495b7df811bc8219faeba13ac51d Mon Sep 17 00:00:00 2001 From: Maximilian Schulz Date: Wed, 16 Oct 2024 18:35:59 +0200 Subject: [PATCH] in progress --- .github/workflows/pycafe-dashboards-in-CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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