Skip to content

Commit 356b933

Browse files
committed
skip approval on manual run
1 parent 0429f37 commit 356b933

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
3535
- name: Manual Approval
3636
uses: trstringer/manual-approval@v1
37+
if: github.event_name == 'push'
3738
with:
3839
secret: ${{ github.token }}
3940
approvers: ${{ vars.APPROVERS }}

0 commit comments

Comments
 (0)