Skip to content

Commit 10cfb02

Browse files
Update docs/content/contributing/bicep/bicep-contribution-flow/_index.md
Co-authored-by: Erika Gressi <[email protected]>
1 parent 6fee29f commit 10cfb02

File tree

1 file changed

+3
-1
lines changed
  • docs/content/contributing/bicep/bicep-contribution-flow

1 file changed

+3
-1
lines changed

docs/content/contributing/bicep/bicep-contribution-flow/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,9 @@ The workflow is configured in a way that it will trigger on any changes in Upstr
432432
# Only run if not canceled and not in a fork, unless triggered by a workflow_dispatch event
433433
if: ${{ !cancelled() && !(github.repository != 'Azure/bicep-registry-modules' && github.event_name != 'workflow_dispatch') }}
434434
```
435-
This condition ensures that you don't accidently trigger a large amount of module workflows when e.g., merging changes from upstream into your fork.
435+
This condition prevents accidentally triggering a large amount of module workflows, e.g., when merging upstream changes into your fork.
436+
437+
In forks, workflow validation remains possible through explicit runs (that is, by using the  `workflow_dispatch`  event).
436438

437439
{{% /notice %}}
438440

0 commit comments

Comments
 (0)