mirror of
https://github.com/github/semantic.git
synced 2024-11-22 23:29:37 +03:00
again with the parentheses
This commit is contained in:
parent
e17ec90274
commit
18bd87cd5c
6
.github/workflows/bazel.yml
vendored
6
.github/workflows/bazel.yml
vendored
@ -24,10 +24,10 @@ jobs:
|
||||
path: |
|
||||
.bazel-cache
|
||||
tmp/bazel-repo
|
||||
key: ${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('.bazelrc'} }}-${{ hashFiles('**/*.b?z?l') }}-${{ hashFiles('semantic-*/**/*.hs') }}
|
||||
key: ${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('.bazelrc') }}-${{ hashFiles('**/*.b?z?l') }}-${{ hashFiles('semantic-*/**/*.hs') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('.bazelrc'} }}-${{ hashFiles('**/*.b?z?l') }}-
|
||||
${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('.bazelrc'} }}-
|
||||
${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('.bazelrc') }}-${{ hashFiles('**/*.b?z?l') }}-
|
||||
${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}-${{ hashFiles('.bazelrc') }}-
|
||||
${{ runner.os }}-bazel-${{ hashFiles('WORKSPACE') }}-
|
||||
${{ runner.os }}-bazel-
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user