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/19 15:03:50 UTC

[db-jdo-site] branch master updated: Revert "Fix branch protection"

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 118ec39  Revert "Fix branch protection"
118ec39 is described below

commit 118ec399c267d9ce4a37ada9502f31e2626ab8ed
Author: Tobias Bouschen <to...@googlemail.com>
AuthorDate: Fri Mar 19 15:57:46 2021 +0100

    Revert "Fix branch protection"
    
    This reverts commit e5def6b2a20602562f346b14eb5d3f01d2b8a735.
    
    This fix was necessary to allow us to merge pull requests. Now that the
    configuration has been updated, the nicer action name should be
    restored.
---
 .github/workflows/build-site.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml
index a8fee73..3559139 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,6 +9,7 @@ on:
 
 jobs:
   build-site:
+    name: Build Site
     runs-on: ubuntu-latest
     defaults:
       run: