diff options
| author | hathach <[email protected]> | 2024-04-08 13:16:08 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-04-08 13:16:08 +0700 |
| commit | cbbfbbb57ea8b4ea97ce4f2e2d157da9c25019fe (patch) | |
| tree | 163091ac4b1dbef5a5d76e874f1350022602a01b /.github/workflows/build_iar.yml | |
| parent | af1346c74878aaec8549483ae6371614f550c863 (diff) | |
add cpuctl and pinctl to tuh_configure() option for max3421
Diffstat (limited to '.github/workflows/build_iar.yml')
| -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 |
