Skip to content

Commit

Permalink
alter cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
milt committed Oct 10, 2024
1 parent 4295228 commit 8afe552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
path: node_modules
key: ${{ runner.os }}-node-${{ hashFiles('./ci/vendor/moodlehq/moodle-local_ci/package-lock.json') }}
restore-keys: |
${{ runner.os }}-node-
${{ runner.os }}-{{ matrix.php }}-{{ matrix.moodle-branch }}-{{ matrix.database }}-node-
- name: Install the plugin.
run: |
Expand Down

0 comments on commit 8afe552

Please sign in to comment.