Run CMake file auto-generation only on the main protobuf repo (#10611)

This workflow will otherwise fail on forks, so let's make sure to do it
only on the main repo where we need it.
pull/10612/head
Adam Cozzette 2 years ago committed by GitHub
parent 805812ec90
commit 6be96e7a20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/generated_cmake.yml

@ -11,6 +11,7 @@ on:
jobs:
cmake:
if: github.repository == 'protocolbuffers/protobuf'
runs-on: ubuntu-latest
strategy:

Loading…
Cancel
Save