Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit b168dae

Browse files
committed
Remove duplicate trigger run button
Fixes: #116
1 parent 75d4225 commit b168dae

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to the "vscode-github-actions" extension will be documented
44

55
## [vnext]
66

7+
## [v0.21.1]
8+
- Remove duplicate trigger run button
9+
710
## [v0.21.0]
811
- Support github.dev web editor
912

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,6 @@
279279
"when": "viewItem == 'secret'",
280280
"group": "inline@2"
281281
},
282-
{
283-
"command": "github-actions.explorer.triggerRun",
284-
"when": "viewItem =~ /workflow/ && viewItem =~ /rdispatch/",
285-
"group": "inline@1"
286-
}
287282
],
288283
"commandPalette": [
289284
{

0 commit comments

Comments
 (0)