File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : publish-operators -for-e2e-tests
1+ name : publish-components -for-e2e-tests
22on :
33 issue_comment :
44 types : [created]
1313
1414jobs :
1515 binary :
16- name : Build & push operator bundles for e2e tests
16+ name : Build & push operator bundles & dashboard image for e2e tests
1717
1818 runs-on : ubuntu-24.04
1919 if : >-
7474
7575 # Execute composite action using values from PR event
7676 # Developer Sandbox Dashboard will be published too in this action
77- - name : Publish current operator bundles for host & member based on PR event
77+ - name : Publish current operator bundles & dashboard image based on PR event
7878 uses : codeready-toolchain/toolchain-cicd/publish-operators-for-e2e-tests@master
7979 if : ${{ github.event_name == 'pull_request_target' }}
8080 with :
8686 gh-head-ref : ${{ github.event.pull_request.head.ref }}
8787
8888 # Execute composite action using values from PR event
89- # Developer Sandbox Dashboard will be published too in this action
90- - name : Publish current operator bundles for host & member based on comment event
89+ # Developer Sandbox Dashboard will be published too in this action
90+ - name : Publish current operator bundles & dashboard image based on comment event
9191 uses : codeready-toolchain/toolchain-cicd/publish-operators-for-e2e-tests@master
9292 if : ${{ github.event_name == 'issue_comment' }}
9393 with :
You can’t perform that action at this time.
0 commit comments