You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/11/18 08:54:20 UTC

[GitHub] [apisix] soulbird commented on a diff in pull request #8298: feat: support openssl fips

soulbird commented on code in PR #8298:
URL: https://github.com/apache/apisix/pull/8298#discussion_r1026169840


##########
.github/workflows/fips.yml:
##########
@@ -0,0 +1,135 @@
+name: CI FIPS
+
+on:
+  push:
+    branches: [master]
+    paths-ignore:
+      - 'docs/**'
+      - '**/*.md'
+  pull_request:

Review Comment:
   I don't think we need to run this CI every PR. Can be triggered when a new version is released according to a specific PR title, such as:  `feat:release xxx`



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org