Skip to content

Commit

Permalink
[ci] update the condition for getting base commit id (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
Accelerator1996 authored Nov 28, 2024
1 parent c16a1cb commit 643e868
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/linux_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
base_commit_id=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/repos/${{ github.repository }}/pulls/${{ github.event.pull_request.number }} | jq -r .base.sha)
echo "::set-output name=id::$base_commit_id"
shell: bash
if: ${{ github.event_name == 'pull_request' }}

base-cov-test:
needs: prerequisites
Expand Down

0 comments on commit 643e868

Please sign in to comment.