Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Fix step condition, to fix docs publishing
Operator precedence matters... "!github.event_name == 'merge_group'" is likely different from "github.event_name != 'merge_group'", and the condition to run the publish Action would fail to validate even on "push" events. Let's fix. Fixes: 5e61fce ("ci: For merge groups, add event type, skip publishing docs") Signed-off-by: Quentin Monnet <[email protected]>
- Loading branch information