From 80aadfc56670a8475c78bc0e267077da73fc60b8 Mon Sep 17 00:00:00 2001 From: "Patrick J.P. Culp" Date: Thu, 4 Jan 2024 21:24:44 +0000 Subject: [PATCH] actions: ignore changes to eni-max-pods mapping --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) 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 }}