From 1191d63156722306894e087902d7b11e4ea26c12 Mon Sep 17 00:00:00 2001 From: Arthur Zucker Date: Wed, 28 Aug 2024 21:03:03 +0200 Subject: [PATCH] update --- .github/workflows/self-comment-slow-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/self-comment-slow-ci.yml b/.github/workflows/self-comment-slow-ci.yml index 5237efd7cb8585..0e555520493f0c 100644 --- a/.github/workflows/self-comment-slow-ci.yml +++ b/.github/workflows/self-comment-slow-ci.yml @@ -62,7 +62,7 @@ jobs: -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ /repos/${{ github.repository }}/statuses/${{ github.event.pull_request.head.sha }} \ - -f "target_url=$GITHUB_RUN_URL" -f "state=pending" + -f "target_url=$GITHUB_RUN_URL" -f "state=pending" -f "description=Custom CI job" -f "context=pytest/custom-tests" - name: Create Check Run if: always() @@ -85,7 +85,6 @@ jobs: -f "output[title]=Mighty Readme report" \ -f "output[summary]=The current GitHub Actions run can be viewed here: $GITHUB_RUN_URL" \ -f "output[text]=Detailed output goes here." \ - | jq -r '.id') - name: Trigger specific job run: |