File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 workflow_dispatch : # manual run
55 registry_package : # on new package version (main path)
66 workflow_run : # HACK: redundant trigger to mitigate GitHub's huge delays in registry_package event processing
7- workflows : [" Release Workflow" ]
7+ workflows : [' Release Workflow' ]
88 types :
99 - completed
1010
1616 (github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'development')
1717 uses : epam/ai-dial-ci/.github/workflows/deploy-development.yml@2.6.0
1818 with :
19- gitlab-project-id : " 2657"
20- gitlab-project-ref : " main"
21- environment-name : " development"
19+ gitlab-project-id : ' 2657'
20+ gitlab-project-ref : ' main'
21+ environment-name : ' development'
2222 secrets :
2323 DEPLOY_HOST : ${{ secrets.DEPLOY_HOST }}
2424 DEPLOY_ACCESS_TOKEN : ${{ secrets.DEPLOY_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments