Skip to content

Commit 7afafe7

Browse files
authored
rename workflow (#1231)
1 parent b54a4e3 commit 7afafe7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-operators-for-e2e-tests.yml renamed to .github/workflows/publish-components-for-e2e-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: publish-operators-for-e2e-tests
1+
name: publish-components-for-e2e-tests
22
on:
33
issue_comment:
44
types: [created]
@@ -13,7 +13,7 @@ env:
1313

1414
jobs:
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: >-
@@ -74,7 +74,7 @@ jobs:
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:
@@ -86,8 +86,8 @@ jobs:
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:

0 commit comments

Comments
 (0)