diff options
| author | hathach <[email protected]> | 2020-01-09 21:31:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-01-09 21:31:01 +0700 |
| commit | dd96be492f055734da83a079e6c1332819ce07c7 (patch) | |
| tree | 929880cf55fc690ff14df4d832ee724d8f033846 /.github/workflows | |
| parent | 0268f24227c19145d7fe1fefda91673bc7a0514b (diff) | |
| parent | 99f76eaaaaceea1adcf010b6ab29246f5a32b08a (diff) | |
Merge branch 'master' into develop
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ac5b2ba0..4fc11f3dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,12 +52,4 @@ jobs: - name: Build run: python3 tools/build_all.py ${{ matrix.example }} - - trigger-mynewt: - runs-on: ubuntu-latest - needs: build - steps: - - name: Trigger mynewt-tinyusb-example - shell: bash - run: | - curl -X POST -H "Authorization: token ${{ secrets.GH_REPO_TOKEN }}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" --data '{"event_type": "rebuild"}' https://api.github.com/repos/hathach/mynewt-tinyusb-example/dispatches + |
