Skip to content

Commit 2d2070e

Browse files
committed
[CI] Use --new-branch rebaseline-tests.yml
1 parent e5e5d68 commit 2d2070e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rebaseline-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
git config user.name emscripten-bot
4141
git config user.email [email protected]
4242
./bootstrap
43-
if ./tools/maint/rebaseline_tests.py; then
43+
if ./tools/maint/rebaseline_tests.py --new-branch; then
4444
echo "rebaseline_tests returned zero, expectations up-to-date"
4545
# Exit early and don't create a PR
4646
exit 0

0 commit comments

Comments
 (0)