Skip to content

Commit 663cdc6

Browse files
updated pipeline
1 parent 17b841d commit 663cdc6

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

.github/workflows/deploy.yml

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

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

2016
env:
2117
GPT_MIN_CAPACITY: 200

0 commit comments

Comments
 (0)