From 9387715934d12803dafe274c4d988925db308f37 Mon Sep 17 00:00:00 2001 From: Kentaro Hayashi Date: Thu, 31 Oct 2024 10:22:47 +0900 Subject: [PATCH] Update .github/workflows/yum.yml Co-authored-by: Daijiro Fukuda Signed-off-by: Kentaro Hayashi --- .github/workflows/yum.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/yum.yml b/.github/workflows/yum.yml index b26b71550..d6fcb5701 100644 --- a/.github/workflows/yum.yml +++ b/.github/workflows/yum.yml @@ -48,7 +48,7 @@ jobs: id: cache-rpm with: path: fluent-package/yum/repositories - key: ${{ runner.os }}-cache-${{ matrix.rake-job }}-${{ hashFiles('**/config.rb', '**/Rakefile', '**/Gemfile*', '**/*.spec.in') }} + key: ${{ runner.os }}-cache-${{ matrix.rake-job }}-${{ hashFiles('**/config.rb', '**/Rakefile', '**/Gemfile*', '**/*.spec.in', 'fluent-package/templates/**', 'fluent-package/yum/**/Dockerfile') }} - name: Build rpm with Docker if: ${{ ! steps.cache-rpm.outputs.cache-hit }} run: |