This is an automated email from the ASF dual-hosted git repository. gnutt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git
commit 18b38863cf950329e389a815f953ed7f57f5a008 Author: YAMAMOTO Takashi <[email protected]> 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:
