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.
check_commit
1 parent 8d9eb96 commit 36116beCopy full SHA for 36116be
.github/workflows/build.yml
@@ -215,9 +215,9 @@ jobs:
215
git fetch upstream
216
export GIT_COMMITTER_EMAIL="[email protected]"
217
export GIT_COMMITTER_NAME="RL CI"
218
- git rebase upstream/main
+ git rebase upstream/${{ github.base_ref }}
219
- name: For each commit, run cargo check (including in fuzz)
220
- run: ci/check-each-commit.sh upstream/main
+ run: ci/check-each-commit.sh upstream/${{ github.base_ref }}
221
222
check_release:
223
runs-on: ubuntu-latest
0 commit comments