File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
docs/content/contributing/bicep/bicep-contribution-flow Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff 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
433433if : ${{ !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
You can’t perform that action at this time.
0 commit comments