Skip to content

Commit 435283c

Browse files
Update README.md
1 parent adba756 commit 435283c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Uses [`SnoopCompile.@snoopr`](https://timholy.github.io/SnoopCompile.jl/stable/s
66

77
This is a composite github action, that can be inserted into a github action on the target repo to evaluate number of invalidations
88

9-
For instance, this will evaluate number of invalidations that branch/PR has vs. master, and fail if the number increases. Both runs happen on the same julia nightly, so that the comparison in # invalidations is less sensitive to changes in base.
9+
For instance, the example below will evaluate number of invalidations that branch/PR has vs. master, and fail if the number increases. Both runs happen on the same julia nightly, so that the comparison in # invalidations is less sensitive to changes in base.
1010

1111
- Create an action file in the desired repo. i.e. `.github/workflows/InvalidationFlagger.yml`
1212

0 commit comments

Comments
 (0)