chore: do not run regenerate action on forks

PiperOrigin-RevId: 517442500
pull/786/head
Google APIs 2 years ago committed by Copybara-Service
parent ecb1cf0a00
commit 04d2494feb
  1. 1
      .github/workflows/diregapic.yaml

@ -7,6 +7,7 @@ on: # yamllint disable-line rule:truthy
jobs:
regenerate-compute:
if: github.repository == "googleapis/googleapis"
runs-on: ubuntu-latest
container: gcr.io/gapic-images/googleapis:20230301
steps:

Loading…
Cancel
Save