We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ea5b3 commit d82d3aaCopy full SHA for d82d3aa
1 file changed
.github/workflows/developer.yml
@@ -51,7 +51,6 @@ jobs:
51
path: g2c
52
53
- name: cache-data
54
- if: matrix.config == 'warning'
55
id: cache-data
56
uses: actions/cache@v4
57
with:
@@ -156,7 +155,7 @@ jobs:
156
155
find . -name '*.[ch]'|xargs clang-format -Werror --verbose --dry-run
157
158
- name: populate-data
159
- if: steps.cache-data.outputs.cache-hit != 'true' && matrix.config == 'warning'
+ if: steps.cache-data.outputs.cache-hit != 'true'
160
run: |
161
mkdir /root/data
162
if [ -d "$GITHUB_WORKSPACE/g2c/build/tests/data" ]; then
0 commit comments