This is an automated email from the ASF dual-hosted git repository.

franztt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openserverless-operator.git

commit eca3ad06d1240720dd315088f93542015147b3b0
Author: francescotimperi <francesco.timp...@gmail.com>
AuthorDate: Wed Jul 24 17:36:09 2024 +0000

    chore: github actions fix
---
 .github/workflows/check.yml | 2 +-
 .github/workflows/image.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index fb030d8..42657b6 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -28,7 +28,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: openserverless-operator
+name: openserverless-operator-check
 on: 
   push:
     tags-ignore:
diff --git a/.github/workflows/image.yml b/.github/workflows/image.yml
index 4b6ef87..5157287 100644
--- a/.github/workflows/image.yml
+++ b/.github/workflows/image.yml
@@ -29,7 +29,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: Build Image
+name: Build Openserverless-operator Image
 
 on:
   push:

Reply via email to