Skip to content

Commit

Permalink
set 'pending' commit status for R Solaris optional workflow (#4061)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS committed Mar 11, 2021
1 parent 15853a7 commit 8d0669f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/r_solaris.yml
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Send init status
if: ${{ always() }}
run: |
$GITHUB_WORKSPACE/.ci/set_commit_status.sh "${{ github.workflow }}" "pending" "${{ github.event.client_payload.pr_sha }}"
$GITHUB_WORKSPACE/.ci/append_comment.sh \
"${{ github.event.client_payload.comment_number }}" \
"Workflow **${{ github.workflow }}** has been triggered! 🚀\r\n${GITHUB_SERVER_URL}/microsoft/LightGBM/actions/runs/${GITHUB_RUN_ID}"
Expand Down

0 comments on commit 8d0669f

Please sign in to comment.