Skip to content

Commit 0a0fcc6

Browse files
authored
chore(ci): turn off nightly generation_config.yaml update job (#13387)
Turn off the scheduled run for job that updates googleapis_commitish inside generation_config.yaml. This is to stop nightly generation PRs like #13370 to avoid confusion. For more context, read [doc](https://docs.google.com/document/d/1-c-xATdvRVBilMAPEp-iuA8h85GiGcBAXg3J_Bk2Cuc/edit?tab=t.z60mo0pujx3h). Note this does not turns down hermetic build code generation workflow: - This [workflow](https://github.com/googleapis/google-cloud-java/blob/main/.github/workflows/update_librarian_googleapis.yaml) that updates googleapis commit for librarian.yaml now also updates generation_config.yaml. So hermetic build code generation is triggered on that PR. Instead of nightly generation PR, a generation PR like #13385 should contain the same contents. - If needed, manual trigger is still possible. For googleapis/librarian#6220
1 parent bd55e10 commit 0a0fcc6

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/update_generation_config.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
# downstream client libraries before they are released.
1616
name: Update generation configuration
1717
on:
18-
schedule:
19-
- cron: '0 2 * * *'
2018
workflow_dispatch:
2119
jobs:
2220
update-generation-config:

0 commit comments

Comments
 (0)