Skip to content

Commit 398f4fc

Browse files
committed
Comment workflow_dispatch for testing
1 parent 2281246 commit 398f4fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cache-vm-daily.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: VM Block Run
22

33
on:
4-
workflow_dispatch:
5-
inputs:
6-
blocks:
7-
type: string
8-
description: Comma separated block numbers (e.g "10,50,70")
9-
required: true
4+
# workflow_dispatch:
5+
# inputs:
6+
# blocks:
7+
# type: string
8+
# description: Comma separated block numbers (e.g "10,50,70")
9+
# required: true
1010
pull_request:
1111

1212
env:

0 commit comments

Comments
 (0)