fix: Unblock CI (#6874)
Without this, the PR not impacting workflows will not trigger
zizmor run.
This is a problem, as zizmor is _now mandatory_ (rightfully so) in the
repository.
This changes so that any commit is reviewed by zizmor.
This is totally valid if something has an impact on actions but was not
a change in workflows.
This also maps to the zizmor documentation for github actions [1].
[1]: https://docs.zizmor.sh/integrations/#github-actions
Signed-off-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>