Skip to content

Commit 868b580

Browse files
committed
Enable nox-cross-arch test for push events
If we don't do this, the `publish-docs` will not run on pushes, so the in-development documentation will not be published. While cross-arch tests are generally executed in the merge queue on the identical commit, activating them for push events provides an added layer of security. This is especially important in scenarios where emergency pushes might bypass the merge queue. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent ad755bc commit 868b580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
nox-cross-arch:
8383
name: Cross-arch tests with nox
84-
if: github.event_name == 'merge_group'
84+
if: github.event_name != 'pull_request'
8585
strategy:
8686
fail-fast: false
8787
# Before adding new items to this matrix, make sure that a dockerfile

0 commit comments

Comments
 (0)