Skip to content

Commit 4f820fe

Browse files
committed
Fixed default PHPBENCH_TAG value for push events
1 parent b36b2cc commit 4f820fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/benchmark-tag.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: "Set Benchmark Tag"
4444
run: |
4545
if [[ "${{ github.event_name }}" == "push" ]]; then
46-
echo "PHPBENCH_TAG=${{ github.ref }}" >> $GITHUB_ENV
46+
echo "PHPBENCH_TAG=1.x" >> $GITHUB_ENV
4747
elif [[ "${{ github.event.inputs.tag_name }}" != "" ]]; then
4848
echo "PHPBENCH_TAG=${{ github.event.inputs.tag_name }}" >> $GITHUB_ENV
4949
else

0 commit comments

Comments
 (0)