chore: do not run regenerate action on forks (#785)

pull/786/head
Alexander Fenster 2 years ago committed by GitHub
parent d419a19988
commit 1e84316f9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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