Skip to content

Commit a8c1a71

Browse files
committed
add if conditions for the references docs
1 parent 3939004 commit a8c1a71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,9 @@ However, when {% data variables.product.prodname_dependabot %} is enabled for a
199199
* {% data variables.product.prodname_dependabot %} workflows are not blocked by Actions disablement or enterprise policy restrictions.
200200
* The actions referenced within these workflows are also allowed to run, even if external actions are disallowed.
201201

202+
{% ifversion dependabot-on-actions-opt-in %}
202203
For more information, see [AUTOTITLE](/code-security/dependabot/working-with-dependabot/about-dependabot-on-github-actions-runners).
204+
{% endif %}
203205

204206
## Investigating failed workflow runs
205207

0 commit comments

Comments
 (0)