mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
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 <liuhaitao@xiaomi.com>
This commit is contained in:
@@ -37,7 +37,6 @@ jobs:
|
||||
./tools/checkpatch.sh -g $commits
|
||||
|
||||
build:
|
||||
needs: check
|
||||
runs-on: ubuntu-18.04
|
||||
container: liuguo09/ubuntu-nuttx:18.04
|
||||
|
||||
|
||||
Reference in New Issue
Block a user