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 641ba71 commit 3b59329Copy full SHA for 3b59329
.github/workflows/build.yml
@@ -198,9 +198,9 @@ jobs:
198
git fetch upstream
199
export GIT_COMMITTER_EMAIL="[email protected]"
200
export GIT_COMMITTER_NAME="RL CI"
201
- git rebase upstream/0.1
+ git rebase upstream/${{ github.base_ref }}
202
- name: For each commit, run cargo check (including in fuzz)
203
- run: ci/check-each-commit.sh upstream/0.1
+ run: ci/check-each-commit.sh upstream/${{ github.base_ref }}
204
205
check_release:
206
runs-on: ubuntu-latest
0 commit comments