ci: fix testing newly added impl versions

This commit is contained in:
galargh 2024-03-26 17:16:34 +00:00
parent ed111cdc25
commit a30678eb62
1 changed files with 1 additions and 3 deletions

View File

@ -149,6 +149,4 @@ jobs:
gh pr create --title "chore: add $REPOSITORY_NAME@$REMOTE_VERSION to $TEST_NAME" --body "This PR adds $REPOSITORY_NAME@$REMOTE_VERSION to $TEST_NAME" --head $BRANCH --base $GITHUB_REF
fi
if [[ "$TEST_NAME" == "perf" ]]; then
gh workflow run $TEST_NAME.yml --ref $BRANCH
fi