You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a composite github action, that can be inserted into a github action on the target repo to evaluate number of invalidations
8
8
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.
10
10
11
11
- Create an action file in the desired repo. i.e. `.github/workflows/InvalidationFlagger.yml`
0 commit comments