Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/docs/runbooks/config-as-code-runbooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The information that was previously found on the **Snapshot** page is still avai

[Runbook triggers](/docs/runbooks/scheduled-runbook-trigger) will always run CaC Runbooks from the latest commit on your default branch, just as non-CaC runbook triggers will only run published runbooks.

:::{.hint}
:::div{.hint}
If you have steps that use packages in your runbook process we only support getting latest non-prerelease versions. To use prerelease packages you would need to hard-code the version on individual steps.
:::

Expand Down
2 changes: 1 addition & 1 deletion src/pages/docs/runbooks/scheduled-runbook-trigger/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Scheduled runbook triggers provide a way to configure your runbooks to run on a

If you are using [tenants](/docs/tenants) you can select the tenants that the runbook will run against. For each tenant, the published runbook will run against the tenant's environment.

:::{.hint}
:::div{.hint}
If you have steps that use packages in your runbook process we only support getting latest non-prerelease versions. To use prerelease packages you would need to hard-code the version on individual steps.
:::

Expand Down