Skip to content

Commit

Permalink
ci: fix testing newly added impl versions
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Mar 26, 2024
1 parent ed111cd commit a30678e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/add-new-impl-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
gh workflow run $TEST_NAME.yml --ref $BRANCH

0 comments on commit a30678e

Please sign in to comment.