Skip to content

chore(deps): bump @grpc/grpc-js from 1.8.17 to 1.11.1 in /examples/quick-start-nodejs-synthetic-monitoring #5069

chore(deps): bump @grpc/grpc-js from 1.8.17 to 1.11.1 in /examples/quick-start-nodejs-synthetic-monitoring

chore(deps): bump @grpc/grpc-js from 1.8.17 to 1.11.1 in /examples/quick-start-nodejs-synthetic-monitoring #5069

Workflow file for this run

name: Merge Gate
on:
pull_request: {}
jobs:
wait-for-green:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jchen1/[email protected]
id: wait-for-green
with:
token: '${{ secrets.GITHUB_TOKEN }}'
# Ignore the job we're running on lest we create an infinite loop
ignored_checks: 'wait-for-green'
check_interval: 30
- name: Fail if checks have failed
if: steps.wait-for-green.outputs.success != 'true'
run: echo "Status checks failed with status ${{ steps.wait-for-green.outputs.success }}!" && exit 1