Skip to content

Commit 596428f

Browse files
author
Bastien Riviere
committed
style: use reference when possible
1 parent c7ade84 commit 596428f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workflow:
1515
# forbid stable releases on registry tanker-dev
1616
- if: $CI_PIPELINE_SOURCE == "web" && ($SDK_RUST_RELEASE_VERSION =~ /\A\d+\.\d+\.\d+\z/ && $SDK_RUST_CARGO_REGISTRY != "tanker")
1717
when: never
18-
- if: $SDK_NATIVE_LATEST_CONAN_REFERENCE !~ /\Atanker\/(latest-stable@|(\d+\.\d+\.\d+(-(alpha|beta)\d+)?@(\w+\/\w+)?))\z/
18+
- if: !reference [.if-invalid-native-conan-reference, if]
1919
when: never
2020
# allow everything else
2121
- when: always

0 commit comments

Comments
 (0)