Skip to content

Commit

Permalink
update cache definition
Browse files Browse the repository at this point in the history
  • Loading branch information
k0ka committed Sep 24, 2023
1 parent b874645 commit f1b6faf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_identity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: |
/opt/stack/
~/devstack/
key: ${{ runner.os }}-openstack-${{ matrix.openstack_version }}-{{env.GITHUB_WORKFLOW}}
key: ${{ runner.os }}-openstack-${{ matrix.openstack_version }}-${{ env.GITHUB_WORKFLOW }}
- name: Deploy devstack
uses: EmilienM/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_object_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: |
/opt/stack/
~/devstack/
key: ${{ runner.os }}-openstack-${{ matrix.openstack_version }}-{{env.GITHUB_WORKFLOW}}
key: ${{ runner.os }}-openstack-${{ matrix.openstack_version }}-${{ env.GITHUB_WORKFLOW }}
- name: Deploy devstack
uses: EmilienM/[email protected]
with:
Expand Down

0 comments on commit f1b6faf

Please sign in to comment.