From 0b79443be3ac345266bedc7ae580bdaff9f076cf Mon Sep 17 00:00:00 2001 From: Egor_P Date: Mon, 24 Jul 2023 13:33:05 +0200 Subject: [PATCH] Fix PR name (#2926) --- cumulus/scripts/ci/gitlab/pipeline/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cumulus/scripts/ci/gitlab/pipeline/benchmarks.yml b/cumulus/scripts/ci/gitlab/pipeline/benchmarks.yml index 011e750a73..63b66d485e 100644 --- a/cumulus/scripts/ci/gitlab/pipeline/benchmarks.yml +++ b/cumulus/scripts/ci/gitlab/pipeline/benchmarks.yml @@ -28,7 +28,7 @@ benchmarks-assets: - export CURRENT_TIME=$(date '+%s') - export BRANCHNAME="weights-asset-hub-polkadot-${CI_COMMIT_BRANCH}-${CURRENT_TIME}" - !reference [.git-commit-push, script] - - ./scripts/ci/create-benchmark-pr.sh "[benchmarks] Update weights for asset-hub-kusama/t" "$BRANCHNAME" + - ./scripts/ci/create-benchmark-pr.sh "[benchmarks] Update weights for asset-hub-kusama/-polkadot" "$BRANCHNAME" - rm -f ./artifacts/polkadot-parachain - rm -f ./artifacts/test-parachain after_script: