Skip to content

Commit d022056

Browse files
authored
Re-enable Complement Crypto tests (#5257)
Since matrix-org/complement-crypto#235 these should be more reliable. This reverts commit 4d59291.
1 parent 5e03add commit d022056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

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

8989
complement-crypto:
9090
name: "Run Complement Crypto tests"
91-
if: false # disabled due to flakiness
91+
if: github.event_name == 'merge_group'
9292
permissions: read-all # zizmor: ignore[excessive-permissions]
9393
uses: matrix-org/complement-crypto/.github/workflows/single_sdk_tests.yml@main # zizmor: ignore[unpinned-uses]
9494
with:

0 commit comments

Comments
 (0)