Skip to content

Commit bc50574

Browse files
author
ddundo
committed
Fix branch reference try 4
1 parent c2be629 commit bc50574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if [[ "${{ github.event_name }}" == "schedule" ]]; then
3939
echo "matrix={\"branch\":[\"master\",\"dev\"]}" >> $GITHUB_OUTPUT
4040
else
41-
echo "matrix={\"branch\":[\"${{ github.ref_name }}\"]}" >> $GITHUB_OUTPUT
41+
echo "matrix={\"branch\":[\"${{ github.head_ref }}\"]}" >> $GITHUB_OUTPUT
4242
fi
4343
4444
test_suite:

0 commit comments

Comments
 (0)