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 a939d15 commit fc12757Copy full SHA for fc12757
.github/workflows/deploy.yml
@@ -1,21 +1,17 @@
1
name: DocGen Deploy-Test-Cleanup Pipeline
2
3
on:
4
- # workflow_run:
5
- # workflows: ["Build Docker and Optional Push"]
6
- # types:
7
- # - completed
8
- # branches:
9
- # - main
10
- # - dev
11
- # - demo
12
-
13
- push:
14
- branches:
15
- - deploy-wf-fix
16
17
- schedule:
18
- - 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
19
20
env:
21
GPT_MIN_CAPACITY: 250
0 commit comments