You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/12 10:36:37 UTC

[airflow] branch v1-10-stable updated: Fixes name of pre-commit cache for multiple branches

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

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


The following commit(s) were added to refs/heads/v1-10-stable by this push:
     new 73f4663  Fixes name of pre-commit cache for multiple branches
73f4663 is described below

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

    Fixes name of pre-commit cache for multiple branches
    
    (cherry-picked from commit 36aad46bebcc342ffebf6a2f3345ce3510776454)
---
 .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 d091d2e..f693688 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -55,7 +55,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-stable-v2
         with:
           path: ~/.cache/pre-commit
           key: ${{ env.cache-name }}-${{ github.job }}-${{ hashFiles('.pre-commit-config.yaml') }}