Skip to content

Commit 641ba71

Browse files
committed
Fix check_commit jobs on 0.1 branch
1 parent 1336353 commit 641ba71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,9 @@ jobs:
198198
git fetch upstream
199199
export GIT_COMMITTER_EMAIL="rl-ci@example.com"
200200
export GIT_COMMITTER_NAME="RL CI"
201-
git rebase upstream/main
201+
git rebase upstream/0.1
202202
- name: For each commit, run cargo check (including in fuzz)
203-
run: ci/check-each-commit.sh upstream/main
203+
run: ci/check-each-commit.sh upstream/0.1
204204

205205
check_release:
206206
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)