Skip to content

Commit

Permalink
feat(.github): use non-branch specific cache with deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
saku-koodari committed Oct 30, 2024
1 parent b6f2372 commit 1dea30b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/_deploy-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ env:
TAG: ${{ github.sha }}

jobs:
setup_mise_tools:
uses: ./github/workflows/mise.yml

run:
name: ${{ inputs.action }}
runs-on: ubuntu-latest
Expand All @@ -43,11 +46,6 @@ jobs:
url: ${{ vars.environment_url }}
steps:
- uses: actions/checkout@v4
- name: Install tools
uses: jdx/mise-action@v2
with:
experimental: true
cache: true
- name: Log in to ${{ inputs.environment }}
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down

0 comments on commit 1dea30b

Please sign in to comment.