Skip to content

Commit 9204ca2

Browse files
authored
Document how trigger rebaseline from the command line. NFC (#25662)
Once can use the `gh` (github command line tool) command rather than having to use the website.
1 parent a7ffb49 commit 9204ca2

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,15 @@ jobs:
7171
echo ""
7272
echo "Test expectations are out-of-date on the target branch."
7373
echo "Please run the 'Rebaseline Tests' github action on the target"
74-
echo "branch (normally 'main') before proceeding."
74+
echo "branch (normally 'main') before proceeding. You can do this"
75+
echo "from the web UI or from the command line:"
7576
echo ""
76-
echo "You can also run './tools/maint/rebaseline_tests.py --new-branch'"
77-
echo "and use it to create a seperate PR."
77+
echo " gh workflow run rebaseline-tests.yml"
78+
echo ""
79+
echo "You can also run the following command locally and upload"
80+
echo "your own PR:"
81+
echo ""
82+
echo " ./tools/maint/rebaseline_tests.py --new-branch'"
7883
exit 1
7984
fi
8085
- name: Check test expectations on PR branch

0 commit comments

Comments
 (0)