You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/03/31 15:23:13 UTC

[incubator-nuttx-testing] branch master updated (62a86be -> 18b3886)

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

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git.


    from 62a86be  Rename full.dat to all.dat to be more orderly
     new a467d16  CI: rename main.yml to build.yml
     new 18b3886  CI: Change the workflow name for build.yml

The 2 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.


Summary of changes:
 .github/workflows/{main.yml => build.yml} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename .github/workflows/{main.yml => build.yml} (98%)


[incubator-nuttx-testing] 02/02: CI: Change the workflow name for build.yml

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit 18b38863cf950329e389a815f953ed7f57f5a008
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Tue Mar 31 23:41:05 2020 +0900

    CI: Change the workflow name for build.yml
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 301096b..94c58c9 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,7 +10,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 #
-name: PR Check CI
+name: PR Check CI (build)
 
 on:
   pull_request:


[incubator-nuttx-testing] 01/02: CI: rename main.yml to build.yml

Posted by xi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit a467d16d06dac0fe31feccb8f16b179639ffc4cb
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Tue Mar 31 23:16:29 2020 +0900

    CI: rename main.yml to build.yml
---
 .github/workflows/{main.yml => build.yml} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/build.yml
similarity index 100%
rename from .github/workflows/main.yml
rename to .github/workflows/build.yml