Skip to content

Commit 2575991

Browse files
committed
Clean up workflow_dispatch syntax in canary workflow
1 parent 3947edc commit 2575991

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
workflow_dispatch: {}
7+
workflow_dispatch:
88

99
permissions:
1010
contents: write
@@ -118,4 +118,3 @@ jobs:
118118
files: release/*
119119
env:
120120
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
121-

0 commit comments

Comments
 (0)