Skip to content

Commit

Permalink
chore(ci): skip autorelease workflow on non-release PRs (#156)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Sep 25, 2020
1 parent c02845a commit 87c9cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name: auto-release
jobs:
approve:
runs-on: ubuntu-latest
if: contains(github.head_ref, 'release-v')
steps:
- uses: actions/github-script@v3.0.0
with:
Expand Down
4 changes: 2 additions & 2 deletions java-shared-dependencies/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-shared-dependencies.git",
"sha": "3252f47271e04e3fcd520ac15ffdfa06cb2dda03"
"sha": "79946122e194c67eac609e42ef73917c59c12daa"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
"sha": "95dbe1bee3c7f7e52ddb24a54c37080620e0d1a2"
}
}
],
Expand Down

0 comments on commit 87c9cc3

Please sign in to comment.