Skip to content

Commit 9816851

Browse files
chore(ci): skip autorelease workflow on non-release PRs (#1128)
Source-Author: Stephanie Wang <[email protected]> Source-Date: Thu Sep 24 16:57:32 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 95dbe1bee3c7f7e52ddb24a54c37080620e0d1a2 Source-Link: googleapis/synthtool@95dbe1b
1 parent 4ec36cf commit 9816851

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.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/[email protected]
910
with:

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/google-http-java-client.git",
7-
"sha": "b60bdda51c22d11c08915673a9b7992ee5e902f3"
7+
"sha": "4ec36cf76036736fb9f34ee61ba6214093cea79d"
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)