Skip to content

Commit

Permalink
CI: make sure CI fails if there are news from cache_padded.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 15, 2024
1 parent 04fabe6 commit 9f4b136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cache-padded-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Check for changes in cache_padded.rs
working-directory: crossbeam
run: |
git diff origin/master -- crossbeam-utils/src/cache_padded.rs
git diff origin/master --exit-code -- crossbeam-utils/src/cache_padded.rs

0 comments on commit 9f4b136

Please sign in to comment.