snazy commented on code in PR #3520:
URL: https://github.com/apache/polaris/pull/3520#discussion_r2737466522


##########
.github/workflows/site.yml:
##########
@@ -68,7 +72,7 @@ jobs:
         run: sudo cp .asf.yaml site/build/apache-site/
 
       - name: Deploy Static Site to GitHub
-        if: (github.event_name == 'push' && github.repository == 
'apache/polaris') || github.event_name == 'workflow_call'
+        if: github.event_name == 'push' && github.repository == 
'apache/polaris'

Review Comment:
   The `github` context is populated with the information of the calling 
workflow



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