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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
