chore: Skip check-version-bump ci job in forks

This commit is contained in:
Ross Sullivan 2025-09-13 00:10:16 +09:00 committed by GitHub
parent b10679fc26
commit 49f0dcc343
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,6 +91,7 @@ jobs:
check-version-bump:
runs-on: ubuntu-latest
if: github.repository_owner == 'rust-lang'
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha != '' && github.event.pull_request.head.sha || github.sha }}