Skip to content

Commit

Permalink
try out ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Aug 19, 2024
1 parent 983cdc5 commit 9aaa4cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ccip-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: "Run CCIP OCR3 Integration Test"
on:
pull_request:
push:
branches:
- 'ccip-develop'

jobs:
integration-test-ccip-ocr3:
Expand Down Expand Up @@ -38,8 +36,7 @@ jobs:
if [ "${{ github.event_name }}" == "pull_request" ]; then
COMMIT_SHA=${{ github.event.pull_request.head.sha }}
else
COMMIT_SHA=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
"https://api.github.com/repos/${{ github.repository }}/commits/${{ github.ref }}" | jq -r .sha)
COMMIT_SHA=${{ github.ref_name }}
fi
echo "::set-output name=sha::$COMMIT_SHA"
- name: Update chainlink-ccip dependency in ccip
Expand Down

0 comments on commit 9aaa4cd

Please sign in to comment.