Migrating CI/CD to Linode S3 (#2380)

* Test PVS linode S3
* Migrating to Linode S3
* Disable PVS action debug
* Fix pvs_studio.yml
This commit is contained in:
Max Andreev
2023-02-09 13:42:41 +03:00
committed by GitHub
parent 82c730b6be
commit 67c2d1cf61
3 changed files with 16 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ def parse_args():
def checkCommitMessage(msg):
regex = re.compile(r"^'?\[FL-\d+\]")
regex = re.compile(r"^'?\[(FL-\d+,?\s?)+\]")
if regex.match(msg):
return True
return False