Skip to content

Commit

Permalink
fix: disable protobuf dispatch for client (#2401) (#2403)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <hiroto.funakoshi.hiroto@gmail.com>
Co-authored-by: Hiroto Funakoshi <hiroto.funakoshi.hiroto@gmail.com>
  • Loading branch information
vdaas-ci and hlts2 committed Feb 21, 2024
1 parent f0dc950 commit c70bdfd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update-protobuf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
name: "Update protobuf"
on:
workflow_dispatch:
push:
tags:
- "*.*.*"
- "v*.*.*"
- "*.*.*-*"
- "v*.*.*-*"
# push:
# tags:
# - "*.*.*"
# - "v*.*.*"
# - "*.*.*-*"
# - "v*.*.*-*"
jobs:
dump-contexts-to-log:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c70bdfd

Please sign in to comment.