You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/08/15 03:32:41 UTC

[airflow] 06/47: Fixes name of pre-commit cache for multiple branches (#10299)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 23788d6df6f3ff46f349eeb2dc969f69165e788d
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Wed Aug 12 12:30:06 2020 +0200

    Fixes name of pre-commit cache for multiple branches (#10299)
    
    (cherry-picked from commit 4aa05a7441803279ebae42572dcc89891323cd2a)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 72f6ba5..412a091 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
       - name: Cache pre-commit env
         uses: actions/cache@v2
         env:
-          cache-name: cache-pre-commit-v2
+          cache-name: cache-pre-commit-v1-10-test-v2
         with:
           path: ~/.cache/pre-commit
           key: ${{ env.cache-name }}-${{ github.job }}-${{ hashFiles('.pre-commit-config.yaml') }}