0xPolygonZero / zk_evm

Apache License 2.0
85 stars 37 forks source link

chore: remove conditional ci execution #754

Closed atanmarko closed 2 weeks ago

atanmarko commented 2 weeks ago

Resolves https://github.com/0xPolygonZero/zk_evm/issues/663

Removed workflows manual check for conditional execution of tasks.

Github has already included mechanisms to disable to Ci run. To skip it, it is enough to include skip ci in the commit message (more details here).