We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b10679f commit 49f0dccCopy full SHA for 49f0dcc
.github/workflows/main.yml
@@ -91,6 +91,7 @@ jobs:
91
92
check-version-bump:
93
runs-on: ubuntu-latest
94
+ if: github.repository_owner == 'rust-lang'
95
env:
96
BASE_SHA: ${{ github.event.pull_request.base.sha }}
97
HEAD_SHA: ${{ github.event.pull_request.head.sha != '' && github.event.pull_request.head.sha || github.sha }}
0 commit comments