You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2022/08/17 08:08:28 UTC

[buildstream] 02/06: .github/workflows/merge.yml: Rename 'build' and 'publish'

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

tvb pushed a commit to branch tristan/build-wheels
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit bb904ec6b6c97feb194a5bdc471b5bda687c6f71
Author: Sam Thursfield <sa...@codethink.co.uk>
AuthorDate: Tue Aug 16 18:02:45 2022 +0200

    .github/workflows/merge.yml: Rename 'build' and 'publish'
    
    We are going to build and publish more than just docs, so add _docs
    to these job names to make it clear.
---
 .github/workflows/merge.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index e221ce4bf..b9c526375 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -6,7 +6,7 @@ on:
     - master
 
 jobs:
-  build:
+  build_docs:
     name: Build documentation
     runs-on: ubuntu-18.04
     steps:
@@ -42,7 +42,7 @@ jobs:
           doc/build/html
           docs.tgz
 
-  publish:
+  publish_docs:
     needs: build
     runs-on: ubuntu-18.04
     steps: