Skip to content

Commit e2ba289

Browse files
lupine86Sarah Edwards
andauthored
Add note about no deployment_status events for inactive state (#3736)
* Update events-that-trigger-workflows.md * fix typo * Apply suggestions from code review Co-authored-by: Sarah Edwards <skedwards88@github.com>
1 parent 380142c commit e2ba289

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,12 @@ on:
271271
deployment_status
272272
```
273273

274+
{% note %}
275+
276+
**Note:** When a deployment status's state is set to `inactive`, a webhook event will not be created.
277+
278+
{% endnote %}
279+
274280
#### `fork`
275281

276282
Runs your workflow anytime when someone forks a repository, which triggers the `fork` event. For information about the REST API, see "[Create a fork](/rest/reference/repos#create-a-fork)."

0 commit comments

Comments
 (0)