Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
switch to github.sha so workflow works on pushes
The usage of github.event.pull_request.head.sha only works on pushes in the PR context, however we still want to run the integration test on merges to ccip-develop. This change switches to using github.sha which is available in all contexts.
- Loading branch information