Browse Source

Cache on failure

pull/1083/head
Philipp Oppermann 6 months ago
parent
commit
0751e2dec8
Failed to extract signature
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/regenerate-schemas.yml

+ 2
- 0
.github/workflows/regenerate-schemas.yml View File

@@ -16,6 +16,8 @@ jobs:
- run: cargo --version --verbose

- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

- name: Update Schema
run: cargo run -p dora-core --bin generate_schema


Loading…
Cancel
Save