mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 17:50:22 +00:00
A more static cache key
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
60e28fe66d
commit
b35fe054d7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-bsd.yml
vendored
2
.github/workflows/test-bsd.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
path: |
|
||||
${{ github.workspace }}/.kitchen
|
||||
${{ github.workspace }}/.vagrant.d/
|
||||
key: "${{ runner.os }}|vagrant|${{ inputs.distro-slug }}|${{ hashFiles('**/Gemfile', '**/ci.yml', '**/test-*.yml') }}"
|
||||
key: "${{ runner.os }}|vagrant|${{ inputs.distro-slug }}|${{ hashFiles('Gemfile', '.github/workflows/test-bsd.yml', 'kitchen.bsd.yml') }}"
|
||||
|
||||
- name: Set up Python 3.9
|
||||
uses: actions/setup-python@v4
|
||||
|
|
Loading…
Add table
Reference in a new issue