diff options
| author | Ha Thach <[email protected]> | 2024-04-08 14:24:16 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-08 14:24:16 +0700 |
| commit | bc10394e66f9658a696fee11d15cdc8ff1d66432 (patch) | |
| tree | 163091ac4b1dbef5a5d76e874f1350022602a01b /.github | |
| parent | af1346c74878aaec8549483ae6371614f550c863 (diff) | |
| parent | cbbfbbb57ea8b4ea97ce4f2e2d157da9c25019fe (diff) | |
Merge pull request #2577 from hathach/max3421-configuration
add cpuctl and pinctl to tuh_configure() option for max3421
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_iar.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml index a0a022ecc..499349904 100644 --- a/.github/workflows/build_iar.yml +++ b/.github/workflows/build_iar.yml @@ -28,6 +28,7 @@ concurrency: jobs: cmake: + if: github.repository_owner == 'hathach' runs-on: [self-hosted, Linux, X64, hifiphile] strategy: fail-fast: false |
