Skip to content

Commit 29d05d8

Browse files
Uncomment workflow_run settings in deploy.yml
1 parent 01c8abc commit 29d05d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name: Deploy-Test-Cleanup Pipeline
33
on:
44
workflow_run:
55
workflows: ["Build Docker and Optional Push"]
6-
# types:
7-
# - completed
8-
# branches:
9-
# - main
10-
# - dev
11-
# - demo
12-
# schedule:
13-
# - cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
6+
types:
7+
- completed
8+
branches:
9+
- main
10+
- dev
11+
- demo
12+
schedule:
13+
- cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
1414
workflow_dispatch:
1515

1616
env:

0 commit comments

Comments
 (0)