Skip to content

Commit 5266267

Browse files
chore(ci): skip autorelease workflow on non-release PRs (#977)
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/8266a785-e3f0-42b4-a4ae-2b50884ff7cf/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@95dbe1b
1 parent cba492a commit 5266267

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/auto-release.yaml

+1
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:

synth.metadata

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-cloud-bom.git",
7-
"sha": "8a31b13add4fba909670743f26a8ec3f51af77b2"
7+
"sha": "cba492ae9d19baad433dede592c55bba3bb1a2e9"
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)