Zend certified PHP/Magento developer

Catalog Price Rules won’t apply in my Magento 2.3.x

I try to apply a one catalog price rule, so the condition that I have stipulated in backend is:

If ALL of these conditions are TRUE :
Attribute Set is Update attributes
If ALL of these conditions are TRUE :
Category is 3,4,7,8,9,10,11,24

ok , now i apply the command too

php bin/magento index:reindex

and when i go to see the product the rule doesn’t apply.

what happened here?