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-apps.git
The following commit(s) were added to refs/heads/master by this push:
new be3b314 Update workflow to let build jobs do not depend on check
nxstyle job
be3b314 is described below
commit be3b314258a2c2f432d9f5762a6583af08b5c3a8
Author: liuhaitao <[email protected]>
AuthorDate: Thu Mar 12 14:23:28 2020 +0800
Update workflow to let build jobs do not depend on check nxstyle job
As discussion in https://github.com/apache/incubator-nuttx/pull/549 shows,
update github action workflow to let build jobs do not depend on nxstyle
check job in order to make sure each PR (including some nxstyle waiving
cases)
be built at least.
Signed-off-by: liuhaitao <[email protected]>
---
.github/workflows/main.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index bcab659..ad2c15a 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -44,7 +44,6 @@ jobs:
../nuttx/tools/checkpatch.sh -g $commits
build:
- needs: check
runs-on: ubuntu-18.04
container: liuguo09/ubuntu-nuttx:18.04