Skip to content

Commit fc12757

Browse files
restore workflow_run configuration in deploy.yml
1 parent a939d15 commit fc12757

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: DocGen Deploy-Test-Cleanup Pipeline
22

33
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
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
1915

2016
env:
2117
GPT_MIN_CAPACITY: 250

0 commit comments

Comments
 (0)