We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecc251 commit f80c788Copy full SHA for f80c788
1 file changed
.github/workflows/versions.yaml
@@ -34,8 +34,8 @@ jobs:
34
existing-versions-check:
35
runs-on: ubuntu-latest
36
if: |
37
- github.repository_owner == 'googleapis' && github.head_ref == 'release-please--branches--main' &&
38
- !endsWith(github.event.pull_request.title, 'SNAPSHOT')
+ github.repository_owner == 'googleapis' &&
+ !startsWith(github.head_ref, 'release-please')
39
steps:
40
- run: sudo apt-get update -y
41
- run: sudo apt-get install libxml2-utils
0 commit comments