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 01c8abc commit 29d05d8Copy full SHA for 29d05d8
.github/workflows/deploy.yml
@@ -3,14 +3,14 @@ name: Deploy-Test-Cleanup Pipeline
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
- # schedule:
13
- # - cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
+ types:
+ - completed
+ branches:
+ - main
+ - dev
+ - demo
+ schedule:
+ - cron: '0 5,17 * * *' # Runs at 5:00 AM and 5:00 PM GMT
14
workflow_dispatch:
15
16
env:
0 commit comments