Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
sanity 2
Browse files Browse the repository at this point in the history
  • Loading branch information
z-tech committed Sep 25, 2023
1 parent 53babfb commit 05ff1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:
~/.cargo/registry
~/.cargo/git
target
key: mnt6_753-dependencies-not-updated-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') && hashFiles('**/Cargo.lock') || $(date +%s) }}
key: mnt6_753-dependencies-not-updated-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') && hashFiles('**/Cargo.lock') || 'randomstring' }}
- name: Run tests
if: ${{ steps.checkdiff.outputs.mnt6_753_is_updated == 'true' || steps.depencies-not-updated.outputs.depencies-not-updated == 'false' }}
run: |
Expand Down

0 comments on commit 05ff1a8

Please sign in to comment.