Skip to content

Commit 107f7bd

Browse files
fixed lint issue
1 parent e2ef2db commit 107f7bd

File tree

1 file changed

+11
-16
lines changed

1 file changed

+11
-16
lines changed

.github/workflows/deploy.yml

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
name: DocGen Deploy-Test-Cleanup Pipeline
22

33
on:
4-
push:
5-
branches:
6-
- PSL-US-20015
7-
8-
# on:
9-
# workflow_run:
10-
# workflows: ["Build Docker and Optional Push"]
11-
# types:
12-
# - completed
13-
# branches:
14-
# - main
15-
# - dev
16-
# - demo
17-
18-
# schedule:
19-
# - cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
4+
workflow_run:
5+
workflows: ["Build Docker and Optional Push"]
6+
types:
7+
- completed
8+
branches:
9+
- main
10+
- dev
11+
- demo
12+
13+
schedule:
14+
- cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
2015

2116
env:
2217
GPT_MIN_CAPACITY: 250

0 commit comments

Comments
 (0)