Skip to content

Commit

Permalink
chore(ci): skip autorelease workflow on non-release PRs (#756)
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/5ae39cfb-c9e2-4c0d-9bdc-85a69a45c240/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 03bda1b commit 99e5c1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-release.yaml
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 synth.metadata
Expand Up @@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-bigquery.git",
"sha": "84d6632dbbdb9ccaf4afba545ec94a1156a989a2"
"sha": "03bda1bf79169bf0fca3ee12c1c3dfeb19c2e102"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "916c10e8581804df2b48a0f0457d848f3faa582e"
"sha": "95dbe1bee3c7f7e52ddb24a54c37080620e0d1a2"
}
}
],
Expand Down

0 comments on commit 99e5c1f

Please sign in to comment.