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 2e3f6ac commit 73e60f3Copy full SHA for 73e60f3
.github/workflows/deploy.yml
@@ -1,17 +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
- schedule:
14
- - cron: '0 9,21 * * *' # Runs at 9:00 AM and 9:00 PM GMT
+ push:
+ branches: [main, dev, demo]
+ pull_request:
+ types:
+ - opened
+ - ready_for_review
+ - reopened
+ - synchronize
+ merge_group:
+ workflow_dispatch:
15
16
env:
17
GPT_MIN_CAPACITY: 150
0 commit comments