aptos-labs / aptos-indexer-processors

Set of core processors that index data on the Aptos blockchain
https://aptos.dev/indexer/indexer-landing
60 stars 73 forks source link

add uui to workflow job name #534

Closed yuunlimm closed 2 months ago

yuunlimm commented 2 months ago

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