Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typos
  • Loading branch information
alvicsam committed Jul 5, 2022
commit f5487bc4d2cafb46de6ece981a36708a6b6d28f9
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ variables:
when: manual
- if: $CI_COMMIT_REF_NAME =~ /^release-parachains-v[0-9].*$/ # i.e. release-parachains-v1.0, release-parachains-v2.1rc1, release-parachains-v3000
when: manual
- if $CI_COMMIT_REF_NAME == "1427" # Temporary, only for generating weights for https://github.com/paritytech/cumulus/pull/1427
- if: $CI_COMMIT_REF_NAME == "1427" # Temporary, only for generating weights for https://github.com/paritytech/cumulus/pull/1427
when: manual

# run benchmarks only on release-parachains-v* branch
Expand All @@ -80,7 +80,7 @@ variables:
- if: $CI_PIPELINE_SOURCE == "web" &&
$CI_COMMIT_REF_NAME =~ /^release-parachains-v[0-9].*$/ # run from web and on branch release-parachains-v* (i.e. 1.0, 2.1rc1, 3)
- if: $CI_COMMIT_REF_NAME =~ /^release-parachains-v[0-9].*$/ # i.e. release-parachains-v1.0, release-parachains-v2.1rc1, release-parachains-v3000
- if $CI_COMMIT_REF_NAME == "1427" # Temporary, only for generating weights for https://github.com/paritytech/cumulus/pull/1427
- if: $CI_COMMIT_REF_NAME == "1427" # Temporary, only for generating weights for https://github.com/paritytech/cumulus/pull/1427

.docker-env: &docker-env
image: "${CI_IMAGE}"
Expand Down