Skip to content

Commit

Permalink
🎉 Updated ci performance test sh script (#8741)
Browse files Browse the repository at this point in the history
* updated ci performance test sh script

* updated ci performance test sh script

* set all params to one arg

* set all params to one arg

* set all params to one arg

* set all params to one arg
  • Loading branch information
andriikorotkov committed Dec 13, 2021
1 parent e41b7d2 commit b1c067a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-performance-command.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
id: regex
uses: AsasInnab/regex-action@v1
with:
regex_pattern: "^((connectors|bases)/)?[a-zA-Z0-9-_]+"
regex_pattern: "^((connectors|bases)/)?[a-zA-Z0-9-_]+(\scpulimit=\d|\smemorylimit=\d{1,3}(MB|GB))?(\smemorylimit=\d{1,3}(MB|GB)|\scpulimit=\d)?$"
regex_flags: "i" # required to be set for this plugin
search_string: ${{ github.event.inputs.connector }}
- name: Validate input workflow format
Expand Down

0 comments on commit b1c067a

Please sign in to comment.