Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

nox-cross-arch:
name: Cross-arch tests with nox
if: github.event_name == 'merge_group'
if: github.event_name != 'pull_request'
strategy:
fail-fast: false
# Before adding new items to this matrix, make sure that a dockerfile
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Return true
run: true
run: "true"


build:
Expand Down