Skip to content

fix(deps): update module google.golang.org/api to v0.206.0 #487

fix(deps): update module google.golang.org/api to v0.206.0

fix(deps): update module google.golang.org/api to v0.206.0 #487

Workflow file for this run

name: test wrapper
permissions:
contents: read
checks: write
pull-requests: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- synchronize
merge_group:
jobs:
call-test:
uses: ./.github/workflows/test.yaml
status-check:
runs-on: ubuntu-latest
needs: [call-test]
if: always()
steps:
- run: |
[[ ${{ needs.call-test.result }} == 'success' ]] && exit 0
exit 1