mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +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:
|
check-version-bump:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: github.repository_owner == 'rust-lang'
|
||||||
env:
|
env:
|
||||||
BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
||||||
HEAD_SHA: ${{ github.event.pull_request.head.sha != '' && github.event.pull_request.head.sha || github.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