We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80009a1 commit 4d59291Copy full SHA for 4d59291
1 file changed
.github/workflows/tests.yml
@@ -88,7 +88,7 @@ jobs:
88
89
complement-crypto:
90
name: "Run Complement Crypto tests"
91
- if: github.event_name == 'merge_group'
+ if: false # disabled due to flakiness
92
permissions: read-all # zizmor: ignore[excessive-permissions]
93
uses: matrix-org/complement-crypto/.github/workflows/single_sdk_tests.yml@main # zizmor: ignore[unpinned-uses]
94
with:
0 commit comments