We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020bec8 commit c0838d4Copy full SHA for c0838d4
1 file changed
.github/workflows/run-sweep.yml
@@ -40,7 +40,7 @@ jobs:
40
pip install pydantic
41
42
if [ "${{ github.event_name }}" == "pull_request" ]; then
43
- BASE_REF="origin/${{ github.base_ref }}"
+ BASE_REF="0291997555a6d6f7aa58dbf19f56077162aca21a"
44
HEAD_REF="${{ github.event.pull_request.head.sha }}"
45
else
46
BASE_REF="${{ github.event.before }}"
0 commit comments