diff --git a/.github/workflows/dart-video-proto.yml b/.github/workflows/dart-video-proto.yml deleted file mode 100644 index 47bcbb5a..00000000 --- a/.github/workflows/dart-video-proto.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Dart Video Proto - -on: - pull_request: - -concurrency: - group: ${{ github.ref }}-${{ github.workflow }} - cancel-in-progress: true - -jobs: - protoc: - runs-on: ubuntu-latest - steps: - - name: Compile definitions - run: docker run -v $(pwd):/local ghcr.io/getstream/protobuf-generate dart /local/dart-sdk diff --git a/.github/workflows/swift-video-proto.yml b/.github/workflows/swift-video-proto.yml deleted file mode 100644 index a8b0868d..00000000 --- a/.github/workflows/swift-video-proto.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Swift Video Proto - -on: - pull_request: - -concurrency: - group: ${{ github.ref }}-${{ github.workflow }} - cancel-in-progress: true - -jobs: - protoc: - runs-on: ubuntu-latest - steps: - - name: Compile definitions - run: docker run -v $(pwd):/local ghcr.io/getstream/protobuf-generate swift /local/swift-sdk