Skip to content

Commit

Permalink
Unescaping the $ also
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb authored Sep 1, 2023
1 parent e28f3f1 commit f4da734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ spec:
build_pull_request_forks: false
build_tags: true
# https://regex101.com/r/tY52jo/1
filter_condition: 'build.tag =~ /^deploy@\d+\$/'
filter_condition: 'build.tag =~ /^deploy@\d+$/'
filter_enabled: true
teams:
kibana-operations:
Expand Down

0 comments on commit f4da734

Please sign in to comment.