Skip to content

Commit 477b52c

Browse files
author
Egor Rachkovskii
committed
ci: default PEER_REFS for push runs of compatibility workflow
The GitHub Actions workflow invokes run_functional_tests.sh directly (not via make), so the Makefile-resolved PEER_REFS is unavailable here and push events have no workflow_dispatch input. Fall back to the same default refs the manual dispatch already used.
1 parent c2fb640 commit 477b52c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/functional-tests-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
FUNCTIONAL_TESTS_MARKER: compatibility
4141
FUNCTIONAL_TESTS_LOG_LEVEL: INFO
42-
PEER_REFS: ${{ inputs.peer_refs }}
42+
PEER_REFS: ${{ inputs.peer_refs || 'v10.33.0 v10.32.0' }}
4343
run: ./scripts/run_functional_tests.sh
4444

4545
- name: Test report

0 commit comments

Comments
 (0)