Skip to content

Commit d82d3aa

Browse files
Update developer.yml
1 parent 06ea5b3 commit d82d3aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/developer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
path: g2c
5252

5353
- name: cache-data
54-
if: matrix.config == 'warning'
5554
id: cache-data
5655
uses: actions/cache@v4
5756
with:
@@ -156,7 +155,7 @@ jobs:
156155
find . -name '*.[ch]'|xargs clang-format -Werror --verbose --dry-run
157156
158157
- name: populate-data
159-
if: steps.cache-data.outputs.cache-hit != 'true' && matrix.config == 'warning'
158+
if: steps.cache-data.outputs.cache-hit != 'true'
160159
run: |
161160
mkdir /root/data
162161
if [ -d "$GITHUB_WORKSPACE/g2c/build/tests/data" ]; then

0 commit comments

Comments
 (0)