Skip to content

chore(deps): update docker/setup-buildx-action digest to 2a1a44a #7

chore(deps): update docker/setup-buildx-action digest to 2a1a44a

chore(deps): update docker/setup-buildx-action digest to 2a1a44a #7

Workflow file for this run

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