Skip to content

Commit 49f0dcc

Browse files
authored
chore: Skip check-version-bump ci job in forks
1 parent b10679f commit 49f0dcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191

9292
check-version-bump:
9393
runs-on: ubuntu-latest
94+
if: github.repository_owner == 'rust-lang'
9495
env:
9596
BASE_SHA: ${{ github.event.pull_request.base.sha }}
9697
HEAD_SHA: ${{ github.event.pull_request.head.sha != '' && github.event.pull_request.head.sha || github.sha }}

0 commit comments

Comments
 (0)