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
0.1
1 parent 1336353 commit ddd31efCopy full SHA for ddd31ef
.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/main
+ 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/main
+ run: ci/check-each-commit.sh upstream/${{ github.base_ref }}
204
205
check_release:
206
runs-on: ubuntu-latest
0 commit comments