Skip to content

Commit 3b59329

Browse files
committed
f Determine base branch programmatically
1 parent 641ba71 commit 3b59329

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="[email protected]"
200200
export GIT_COMMITTER_NAME="RL CI"
201-
git rebase upstream/0.1
201+
git rebase upstream/${{ github.base_ref }}
202202
- name: For each commit, run cargo check (including in fuzz)
203-
run: ci/check-each-commit.sh upstream/0.1
203+
run: ci/check-each-commit.sh upstream/${{ github.base_ref }}
204204

205205
check_release:
206206
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)