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/17 19:31:33 UTC

[db-jdo-site] 01/02: Rename GitHub action jobs

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

commit c1941080f210b6b16d99cc6d1f4754ae47eca884
Author: Tobias Bouschen <to...@googlemail.com>
AuthorDate: Mon Mar 15 14:01:36 2021 +0100

    Rename GitHub action jobs
    
    Renames the GitHub action "Job" entries to make them distinguishable.
    The "Job" entry is used to specify which actions to require before
    merging. Therefore, giving them distinct names is important.
---
 .github/workflows/build-site.yml           | 2 +-
 .github/workflows/deploy-site.yml          | 2 +-
 .github/workflows/recreate-site-branch.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml
index 714ce58..3559139 100644
--- a/.github/workflows/build-site.yml
+++ b/.github/workflows/build-site.yml
@@ -8,7 +8,7 @@ on:
   pull_request:
 
 jobs:
-  build:
+  build-site:
     name: Build Site
     runs-on: ubuntu-latest
     defaults:
diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml
index 8de3f77..185239a 100644
--- a/.github/workflows/deploy-site.yml
+++ b/.github/workflows/deploy-site.yml
@@ -23,7 +23,7 @@ on:
 
 
 jobs:
-  build:
+  deploy-site:
     name: Build & Deploy Site
     runs-on: ubuntu-latest
     defaults:
diff --git a/.github/workflows/recreate-site-branch.yml b/.github/workflows/recreate-site-branch.yml
index a64b6c8..5a1182f 100644
--- a/.github/workflows/recreate-site-branch.yml
+++ b/.github/workflows/recreate-site-branch.yml
@@ -13,7 +13,7 @@ on:
 
 
 jobs:
-  build:
+  recreate-site:
     name: Build & Deploy Site
     runs-on: ubuntu-latest
     defaults: