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

mmuzaf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new 1951660  Added job release checker naming for the GitHub Action
1951660 is described below

commit 19516603f335ff54020e10569a08d664ae96dcb4
Author: Maxim Muzafarov <maxmu...@gmail.com>
AuthorDate: Fri Apr 29 17:01:54 2022 +0300

    Added job release checker naming for the GitHub Action
---
 .github/workflows/release-checker.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release-checker.yml 
b/.github/workflows/release-checker.yml
index 4bfb3a4..202109c 100644
--- a/.github/workflows/release-checker.yml
+++ b/.github/workflows/release-checker.yml
@@ -41,6 +41,7 @@ jobs:
   check:
     if: github.repository == 'apache/ignite-extensions'
     runs-on: ubuntu-latest
+    name: Check RC `${{ github.event.inputs.extension-name }}-${{ 
github.event.inputs.release-version }}`
     steps:
       - name: Setup Inputs
         id: vars

Reply via email to