Skip to content

Commit ab496d5

Browse files
committed
Allow manual triggering with a specific environment
1 parent 9862f08 commit ab496d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/main.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
merge_group:
77
schedule:
88
- cron: '0 0 * * *' # Every day at midnight UTC
9+
# allow manual triggering with a given environment
10+
workflow_dispatch:
11+
inputs:
12+
environment:
13+
required: true
14+
type: environment
915

1016
name: CI
1117
jobs:

0 commit comments

Comments
 (0)