File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This is CI trigger for the Intel Redhat DCI-Apps Job
2
+ # It requires a user name and a PAT to access the private repo that contains the actual action.
3
+ # It will trigger on a pull request - can also be run manually
4
+
5
+ name : dci-apps-workflow-trigger
6
+ on : [workflow_dispatch, pull_request]
7
+
8
+ jobs :
9
+ using-trigger-and-wait :
10
+ name : Remote Trigger for DCI Apps Job
11
+ runs-on : self-hosted
12
+ steps :
13
+ - uses : convictional/trigger-workflow-and-wait@v1.6.5
14
+ with :
15
+ owner : intel
16
+ repo : ocpeng
17
+ github_user : intelocpeng
18
+ github_token : ${{secrets.GHA}}
19
+ workflow_file_name : dci-app-agent-workflow.yml
20
+ ref : main
21
+ wait_interval : 10
22
+ propagate_failure : true
23
+ trigger_workflow : true
24
+ wait_workflow : true
You can’t perform that action at this time.
0 commit comments