summaryrefslogtreecommitdiff
path: root/.github/workflows/test-selenium.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-selenium.yaml')
-rw-r--r--.github/workflows/test-selenium.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test-selenium.yaml b/.github/workflows/test-selenium.yaml
index 19c38b6ee5..971fc1e78f 100644
--- a/.github/workflows/test-selenium.yaml
+++ b/.github/workflows/test-selenium.yaml
@@ -50,7 +50,9 @@ jobs:
uses: actions/cache@v3.3.1
with:
path: "/home/runner/repo-cache/"
- key: repo-cache
+ key: ${{ runner.os }}-repo-cache-${{ hashFiles('MODULE.bazel','WORKSPACE','bazel/bzlmod/secondary_umbrella.bzl') }}
+ restore-keys: |
+ ${{ runner.os }}-repo-cache-
- name: Configure Bazel
run: |