Skip to content

Commit 6576d8d

Browse files
authored
chore: removed manual trigger in publish app
1 parent 36c063d commit 6576d8d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/publish-sample-app.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ on:
44
release:
55
types: [published]
66

7-
workflow_dispatch:
8-
inputs:
9-
test_mode:
10-
description: 'Running in test mode'
11-
type: boolean
12-
default: true
13-
required: false
14-
157
concurrency:
168
group: ${{ github.workflow }}-${{ github.ref }}
179
cancel-in-progress: true

0 commit comments

Comments
 (0)