Skip to content

refactor(storage): combine frontend and backend messages #739

refactor(storage): combine frontend and backend messages

refactor(storage): combine frontend and backend messages #739

Workflow file for this run

---
name: 'OPI Network API CI'
on:
push:
branches: [ main ]
paths-ignore:
- 'common/v1/**'
- 'common/Makefile'
- 'network/v1/**'
- 'network/Makefile'
- '.github/workflows/network.yml'
pull_request:
branches: [ main ]
paths-ignore:
- 'common/v1/**'
- 'common/Makefile'
- 'network/v1/**'
- 'network/Makefile'
- '.github/workflows/network.yml'
concurrency:
# if workflow for PR or push is already running stop it, and start new one
group: network-api-skip-${{ github.ref }}
cancel-in-progress: true
jobs:
build-network-protobuf:
runs-on: ubuntu-latest
steps:
- run: 'echo "No network API test run required"'