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

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 71bd1e89a Give a better name to the `build website` CI job
71bd1e89a is described below

commit 71bd1e89a0ff73d8d23a0fdace1d3e9eca0a28c8
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Fri Aug 23 11:37:52 2024 +0300

    Give a better name to the `build website` CI job
    
    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---
 .github/workflows/deploy-docs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index c51a5c248..3b3ba33d6 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -36,6 +36,7 @@ concurrency:
 
 jobs:
   build-website:
+    name: Build website
     runs-on: ubuntu-latest
     env:
       HUGO_VERSION: 0.132.1

Reply via email to