Skip to content

build(deps): bump protobufjs from 7.0.0 to 7.2.5 #61

build(deps): bump protobufjs from 7.0.0 to 7.2.5

build(deps): bump protobufjs from 7.0.0 to 7.2.5 #61

Workflow file for this run

name: Integration tests triggered
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
- labeled
- auto_merge_enabled
merge_group:
jobs:
pre_check:
uses: ./.github/workflows/pre-check-integration.yml
wait-integration-pre-checks:
needs: pre_check
runs-on: ubuntu-latest
steps:
- name: wait
shell: bash
run: |
cat <<EOF
needs ${{ toJSON(needs.pre_check.outputs) }}
EOF
sleep 5