diff --git a/.codegen/_openapi_sha b/.codegen/_openapi_sha index 7744b0be6..707dea05a 100644 --- a/.codegen/_openapi_sha +++ b/.codegen/_openapi_sha @@ -1 +1 @@ -af49d5a35f4e1e1345166dc8299780e4c35e4f17 \ No newline at end of file +dc3fd0bcbbe1ab3e17b634432d301cc0ee796f05 \ No newline at end of file diff --git a/.github/workflows/tagging.yml b/.github/workflows/tagging.yml index d4486fb51..16fe6ed5a 100644 --- a/.github/workflows/tagging.yml +++ b/.github/workflows/tagging.yml @@ -3,9 +3,10 @@ name: tagging on: workflow_dispatch: - # Enable for automatic tagging - #schedule: - # - cron: '0 0 * * TUE' + # Runs at 8:00 UTC on Tuesday, Wednesday, and Thursday. + # To disable this flow, simply comment the schedule section. + schedule: + - cron: '0 8 * * TUE,WED,THU' # Ensure that only a single instance of the workflow is running at a time. concurrency: diff --git a/NEXT_CHANGELOG.md b/NEXT_CHANGELOG.md index fc96bdb5e..1bb85e92b 100644 --- a/NEXT_CHANGELOG.md +++ b/NEXT_CHANGELOG.md @@ -48,4 +48,4 @@ * Add `noExpiry` field for `com.databricks.sdk.service.postgres.BranchSpec`. * Add `stderr` field for `com.databricks.sdk.service.compute.InitScriptInfoAndExecutionDetails`. * Add `generateDatabaseCredential()` method for `workspaceClient.postgres()` service. -* Add `getPublicAccountUserPreference()`, `listAccountUserPreferencesMetadata()` and `patchPublicAccountUserPreference()` methods for `accountClient.accountSettingsV2()` service. \ No newline at end of file +* Add `getPublicAccountUserPreference()`, `listAccountUserPreferencesMetadata()` and `patchPublicAccountUserPreference()` methods for `accountClient.accountSettingsV2()` service.