diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3a7db9bf32..3ee66c2f59b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,8 @@ on: - '**.tpl' # Sample config files and OpenAPI docs - '**.yaml' + # Other files that don't affect the build + - 'packages/os/eni-max-pods' concurrency: group: ${{ github.ref }}