We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2be629 commit bc50574Copy full SHA for bc50574
.github/workflows/test_suite.yml
@@ -38,7 +38,7 @@ jobs:
38
if [[ "${{ github.event_name }}" == "schedule" ]]; then
39
echo "matrix={\"branch\":[\"master\",\"dev\"]}" >> $GITHUB_OUTPUT
40
else
41
- echo "matrix={\"branch\":[\"${{ github.ref_name }}\"]}" >> $GITHUB_OUTPUT
+ echo "matrix={\"branch\":[\"${{ github.head_ref }}\"]}" >> $GITHUB_OUTPUT
42
fi
43
44
test_suite:
0 commit comments