Skip to content

Commit

Permalink
Disable Check run
Browse files Browse the repository at this point in the history
  • Loading branch information
gururajsh committed Feb 28, 2024
1 parent dd1959e commit e792de8
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/tests-integration-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@ jobs:
runs-on: ${{ inputs.os }}

steps:
- uses: LouisBrunner/[email protected]
if: always()
id: check
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: "${{ inputs.name }}"
status: in_progress
sha: ${{github.event.workflow_run.head_sha}}
output: |
{"title": "${{ inputs.name }}", "summary":"started ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
# - uses: LouisBrunner/[email protected]
# if: always()
# id: check
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# name: "${{ inputs.name }}"
# status: in_progress
# sha: ${{github.event.workflow_run.head_sha}}
# output: |
# {"title": "${{ inputs.name }}", "summary":"started ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
- name: Checkout cli
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -301,12 +301,12 @@ jobs:
grep -q -E "HTTP/[[:digit:]\.]{1,3} 404" headers.txt && echo $(echo "$output" | jq '.messages | join(", ")') && exit 2
grep -q -E "HTTP/[[:digit:]\.]{1,3} 202" headers.txt && break
done
- uses: LouisBrunner/[email protected]
if: always()
with:
token: ${{ secrets.GITHUB_TOKEN }}
check_id: ${{ steps.check.outputs.check_id }}
conclusion: ${{ job.status }}
sha: ${{github.event.workflow_run.head_sha}}
output: |
{"title": "${{ inputs.name }}", "summary":"finished ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}
# - uses: LouisBrunner/[email protected]
# if: always()
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# check_id: ${{ steps.check.outputs.check_id }}
# conclusion: ${{ job.status }}
# sha: ${{github.event.workflow_run.head_sha}}
# output: |
# {"title": "${{ inputs.name }}", "summary":"finished ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"}

0 comments on commit e792de8

Please sign in to comment.