Skip to content

ci: configure the protected branch (#11930) #15917

ci: configure the protected branch (#11930)

ci: configure the protected branch (#11930) #15917

Workflow file for this run

'on':
push:
branches:
- 1.77.x
pull_request: null
name: versions check
jobs:
unmanaged-versions-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: ./generation/check_non_release_please_versions.sh
existing-versions-check:
runs-on: ubuntu-latest
if: >
github.repository_owner == 'googleapis' && github.head_ref ==
'release-please--branches--main' &&
!endsWith(github.event.pull_request.title, 'SNAPSHOT')
steps:
- run: sudo apt-get update -y
- run: sudo apt-get install libxml2-utils
- uses: actions/checkout@v3
- run: ./generation/check_existing_release_versions.sh