lordgamez commented on code in PR #2128:
URL: https://github.com/apache/nifi-minifi-cpp/pull/2128#discussion_r2987822775


##########
.github/workflows/verify-package.yml:
##########
@@ -11,16 +11,32 @@ on:
         type: string
         description: The id of the create-release-artifacts workflow to 
download artifacts from
         required: true
-
+  workflow_run:
+    workflows: ["Create Release Artifacts"]
+    types:
+      - completed
+    branches: [main]

Review Comment:
   The trigger here is the `workflows: ["Create Release Artifacts"]` This job 
uses the artifacts created in the `Create Release Artifacts` job which is 
scheduled weekly, and after that finishes this one is started automatically and 
runs with the created artifacts.



-- 
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]

Reply via email to