AnandInguva commented on code in PR #27270:
URL: https://github.com/apache/beam/pull/27270#discussion_r1244042236


##########
.github/workflows/run_perf_alert_tool.yml:
##########
@@ -51,7 +55,11 @@ jobs:
         run: pip install signal-processing-algorithms
       - name: Install pandas, yaml, requests
         run: pip install pandas db-dtypes PyYAML requests
+      - name: Set Environment Variable
+        run: echo "PERF_TOOL_PUBLISH_DATA=false" >> $GITHUB_ENV
+        if: github.event_name == 'pull_request'
       - name: Run Change Point Analysis.
+        if: github.event_name != 'pull_request'

Review Comment:
   ```suggestion
   ```



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