remove workflow file from micropython

This commit is contained in:
Jeff Epler 2021-06-18 10:58:57 -05:00
parent 7b46187024
commit c50c05aa21
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
name: mimxrt port
on:
push:
pull_request:
paths:
- '.github/workflows/*.yml'
- 'tools/**'
- 'py/**'
- 'extmod/**'
- 'lib/**'
- 'drivers/**'
- 'ports/mimxrt/**'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Install packages
run: source tools/ci.sh && ci_mimxrt_setup
- name: Build
run: source tools/ci.sh && ci_mimxrt_build