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 e2ef2db commit 107f7bdCopy full SHA for 107f7bd
.github/workflows/deploy.yml
@@ -1,22 +1,17 @@
1
name: DocGen Deploy-Test-Cleanup Pipeline
2
3
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
+ workflow_run:
+ workflows: ["Build Docker and Optional Push"]
+ types:
+ - completed
+ branches:
+ - main
+ - dev
+ - demo
+
+ schedule:
+ - cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
20
21
env:
22
GPT_MIN_CAPACITY: 250
0 commit comments