Skip to content

Commit af7b849

Browse files
Run perf tests by default after release (thunder-id#1292)
1 parent 936e701 commit af7b849

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
description: 'Run performance tests after release'
2525
required: false
2626
type: boolean
27-
default: false
27+
default: true
2828

2929
# Add permissions to allow pushing tags and packages
3030
permissions:
@@ -64,7 +64,7 @@ jobs:
6464
fi
6565
VERSION=$(tr -d '[:space:]' < version.txt)
6666
PRERELEASE="true"
67-
RUN_PERF_TEST="false"
67+
RUN_PERF_TEST="true"
6868
fi
6969
echo "version=$VERSION" >> $GITHUB_OUTPUT
7070
echo "prerelease=$PRERELEASE" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)