mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
chore: Skip check-version-bump ci job in forks
This commit is contained in:
parent
b10679fc26
commit
49f0dcc343
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user