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:09 UTC

[db-jdo-site] branch fix-branch-protection created (now d2260aa)

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

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


      at d2260aa  Fix branch protection

This branch includes the following new commits:

     new d2260aa  Fix branch protection

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by to...@apache.org.
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: