Skip to content

Commit

Permalink
Fix the upgade workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 31, 2024
1 parent dce0b8e commit 7b80e15
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/upgrade-2-9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
upgrade:
runs-on: ubuntu-24.04
name: Upgrade 2.9
timeout-minutes: 10
timeout-minutes: 20

strategy:
fail-fast: false
Expand All @@ -24,6 +24,12 @@ jobs:
ref: ${{ matrix.branch }}
token: ${{ secrets.GOPASS_CI_GITHUB_TOKEN }}

- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
key: pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
restore-keys: "pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}\npre-commit-"

- name: Update the demo
run: >
scripts/upgrade ${{ github.event.client_payload.version }} origin
Expand Down

0 comments on commit 7b80e15

Please sign in to comment.