Skip to content

Commit 2203004

Browse files
committed
Disable the manual trigger temporarily to trigger in the current PR.
1 parent b0d5801 commit 2203004

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-production-zip.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Build Production Zip
22

33
on:
4-
workflow_dispatch:
4+
# workflow_dispatch: # Disable temporarily to trigger in the current PR.
5+
pull_request:
56

67
jobs:
78
build:
@@ -42,4 +43,4 @@ jobs:
4243
name: openai-product-feed-production
4344
path: build/OpenAI-Product-Feed.zip
4445
if-no-files-found: error
45-
retention-days: 30
46+
retention-days: 7

0 commit comments

Comments
 (0)