You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by to...@apache.org on 2021/03/18 19:54:10 UTC

[db-jdo-site] 01/01: Fix branch protection

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

tobous pushed a commit to branch fix-branch-protection
in repository https://gitbox.apache.org/repos/asf/db-jdo-site.git

commit d2260aac56a1433e8638555f8896e11f8a7b2cf3
Author: Tobias Bouschen <to...@googlemail.com>
AuthorDate: Thu Mar 18 20:47:50 2021 +0100

    Fix branch protection
---
 .github/workflows/build-site.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml
index 3559139..a8fee73 100644
--- a/.github/workflows/build-site.yml
+++ b/.github/workflows/build-site.yml
@@ -1,7 +1,7 @@
 # Builds the site
 #
 # This job builds the website for pull requests to ensure that the PR does not break the build
-name: Build Site
+name: build-site
 
 # Conditions necessary to trigger a build
 on:
@@ -9,7 +9,6 @@ on:
 
 jobs:
   build-site:
-    name: Build Site
     runs-on: ubuntu-latest
     defaults:
       run: