[ticks-based DEX] Set timestamp from subgraph for entity.Pool (#661) #111
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'PR to bump go mod version' | |
on: | |
push: | |
tags: | |
- '*' | |
jobs: | |
bump: | |
uses: KyberNetwork/service-framework/.github/workflows/pr-bump-go-mod.yaml@main | |
secrets: inherit | |
with: | |
repos: '["aggregator-encoding", "pool-service", "router-service"]' |