Skip to content

Commit c56cbc6

Browse files
Update deploy.yml for workflow_dispatch comment
1 parent 54e0435 commit c56cbc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- dev
1111
schedule:
1212
- cron: "0 11,23 * * *" # Runs at 11:00 AM and 11:00 PM GMT
13-
workflow_dispatch: #Allow manual triggering
13+
workflow_dispatch: #Allow manual triggering.
1414
env:
1515
GPT_MIN_CAPACITY: 150
1616
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)