feat(ci): Update the sdk_update workflow to not run on forks. (#1375)

This commit is contained in:
Skyler Mäntysaari 2023-01-21 18:08:06 +02:00 committed by GitHub
parent c90a88fb17
commit 66cd7dd809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ on:
jobs:
update-sdk-repos:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.head.repo.fork }}
steps:
- uses: actions/github-script@v6
with: