Skip to content

Deploy relayer with polygon gas oracle fix #4308

Deploy relayer with polygon gas oracle fix

Deploy relayer with polygon gas oracle fix #4308

Workflow file for this run

# This is here to satisfy the PR requirements when no rust changes occur.
name: rust
on:
pull_request:
branches: [main, v3]
paths-ignore:
- 'rust/**'
env:
CARGO_TERM_COLOR: always
jobs:
test-rs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No test required" '
lint-rs:
runs-on: ubuntu-latest
steps:
- run: 'echo "No lint required" '