Skip to content

Commit f1421f5

Browse files
chore(ci): skip autorelease workflow on non-release PRs (googleapis#225)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/cb8e9e40-1c94-4237-af69-70f70fdb6d3a/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@95dbe1b
1 parent b1c271d commit f1421f5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

java-spanner-jdbc/.github/workflows/auto-release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: auto-release
44
jobs:
55
approve:
66
runs-on: ubuntu-latest
7+
if: contains(github.head_ref, 'release-v')
78
steps:
89
- uses: actions/github-script@v3.0.0
910
with:

java-spanner-jdbc/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-spanner-jdbc.git",
7-
"sha": "0ab5c5b5bee3324cb641f0505068ff99bf3d204d"
7+
"sha": "ecd35a542cfbcf6587adc2b9bea82724b74df576"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
14+
"sha": "95dbe1bee3c7f7e52ddb24a54c37080620e0d1a2"
1515
}
1616
}
1717
],

0 commit comments

Comments
 (0)