Ma77Ball opened a new pull request, #4214:
URL: https://github.com/apache/texera/pull/4214
### What changes were proposed in this PR?
This PR fixes the CI workflow so the “build and push images” job does not
run on every contributor’s branch. The job is now gated with a job-level
condition:
if: github.event_name != 'schedule' || github.repository == 'apache/texera'
This ensures the job runs for normal (non-scheduled) events, and for
scheduled runs only when the workflow is running in the upstream apache/texera
repository.
### Any related issues, documentation, discussions?
N/A
### How was this PR tested?
CI workflow change only. Verified the condition restricts scheduled runs to
apache/texera while allowing non-scheduled events to proceed as before.
### Was this PR authored or co-authored using generative AI tooling?
No
--
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]