Skip to content

Commit

Permalink
chore(mailman): temporarily disabling failing GNU Mailman integr tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Oct 14, 2023
1 parent 5367bbd commit 7065fd8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/tests-mailman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: Run tests (GNU Mailman 3)
on:
# Trigger the workflow on master but also allow it to run manually.
workflow_dispatch:
push:
branches:
- master

# NOTE(vytas): Disabled as it is failing as of 2023-09.
# Maybe @maxking just needs to update the Docker image (?)
# push:
# branches:
# - master

jobs:
run_tox:
Expand Down

0 comments on commit 7065fd8

Please sign in to comment.