Skip to content

Update relayers to v1.17.28 #391

Update relayers to v1.17.28

Update relayers to v1.17.28 #391

Workflow file for this run

name: Pull Request
on:
pull_request:
jobs:
clean_code_check:
uses: ./.github/workflows/clean_code.yaml
build_images:
needs: clean_code_check
uses: ./.github/workflows/build.yaml
with:
TAG: ${{ github.sha }}
run_tests:
needs: build_images
uses: ./.github/workflows/test.yaml