Currently, when aptos-core repo triggers processor integration tests, there is no simple way for source repo to wait without having to poll the workflow jobs. However, the git api doesn't return payload or run_id that could be used to identify the actual triggered job.
This is a workaround by adding a commit_hash to the run so that we can identify the job properly from aptos-core workflow.
Description
Currently, when aptos-core repo triggers processor integration tests, there is no simple way for source repo to wait without having to poll the workflow jobs. However, the git api doesn't return payload or run_id that could be used to identify the actual triggered job.
This is a workaround by adding a commit_hash to the run so that we can identify the job properly from aptos-core workflow.
Test Plan
https://github.com/aptos-labs/aptos-indexer-processors/actions/runs/11153523032/job/31001187434