Skip to content

Commit 050cf6f

Browse files
committed
Update to latest
2 parents 9d806c7 + 10cfb02 commit 050cf6f

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 to be triggered by any changes in the `main` branch o
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 number of module workflows when, for example, you merge 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)