You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -56,7 +60,7 @@ The extension knows about all the webhook payloads and suggests and auto-complet
56
60
57
61
### Trigger runs
58
62
59
-
If a workflow uses `repository_dispatch` as a trigger, you can start a new workflow run from the workflow context menu:
63
+
If a workflow uses `repository_dispatch`or `workflow_dispatch`as a trigger, you can start a new workflow run from the workflow context menu:
60
64
61
65

62
66
@@ -73,20 +77,6 @@ Or from the editor when editing a workflow:
73
77
You can pin workflows to the status bar per workspace, and automatically see the status of the most recent run. For example, to see if the change you just pushed passes the CI Build:
74
78

75
79
76
-
1. To setup, configure the `"github-actions.workflows.pinned.workflows"` property on a global level, or per workspace (`.vscode/settings.json`):
2. To enable auto-refresh via polling, set `refresh.enabled` to `true`. This works by polling the workflow runs API with a default interval of `30` seconds. You can customized the interal via `refresh.interval`:
0 commit comments