Skip to content

Commit

Permalink
Update workflow to let build jobs do not depend on check nxstyle job
Browse files Browse the repository at this point in the history
As discussion in apache/nuttx#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>
  • Loading branch information
liuguo09 authored and xiaoxiang781216 committed Mar 12, 2020
1 parent 176fd27 commit be3b314
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit be3b314

Please sign in to comment.