chore(ci): remove cron schedule and issue creation from showcase version check - #14356
Conversation
|
Note Gemini is unable to generate a review for this pull request due to the file types involved not being currently supported. |
|
Required checks units (11) ... units (26) were missing and blocking this PR. In GitHub Actions, having Removing the job-level if allows the matrix to expand. When changes are limited to workflow files, the test execution step Testing the fix here to validate. |
…ow-only changes" This reverts commit 7da92b4.
|
Pushed a temp change to not trigger full unit test run for ci.yaml change, verified now the heavy lifting in unit tests are skipped as expected and not blocking the workflow change PR (https://github.com/googleapis/google-cloud-java/actions/runs/34647959284/job/103423451335). We should be free to merge this change in when CI passes. |

The scheduled job is redundant as the presubmit check is required.
Without this change, there is a bug in the workflow that also creates an issue when this check fails at presubmit (see #14298). Instead of fixing the immediate issue, we are deleting the cron job and simplify this workflow.