We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b841d commit 663cdc6Copy full SHA for 663cdc6
.github/workflows/deploy.yml
@@ -1,21 +1,17 @@
1
name: Deploy-Test-Cleanup Pipeline
2
3
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:
+ workflow_run:
+ workflows: ["Build Docker and Optional Push"]
+ types:
+ - completed
+ branches:
+ - main
+ - dev
+ - demo
+ schedule:
+ - cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
+ workflow_dispatch:
19
20
env:
21
GPT_MIN_CAPACITY: 200
0 commit comments