Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openzim/mwoffliner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7276d45ebeb0b5433a72318d138482ca8426b465
Choose a base ref
..
head repository: openzim/mwoffliner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15a9e0ae0d701eeca6e67567c974f7a9df8183c0
Choose a head ref
Showing with 10 additions and 0 deletions.
  1. +10 −0 .github/workflows/ci.yml
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -54,6 +54,16 @@ jobs:
if: ${{ github.event_name == 'schedule' }}
run: npm run test-without-coverage

- name: Mailgun Action
if: ${{ failure() && github.event_name == 'schedule' }}
uses: vineetchoudhary/mailgun-action@v1.1
with:
api-key: ${{ secrets.MAILGUN_API_KEY }}
domain: ${{ secrets.MAILGUN_DOMAIN }}
from: 'mwoffliner-github-alert'
to: ${{ secrets.CI_SCHEDULED_FAIL_EMAIL_TO }}
subject: 'mwoffliner scheduled CI run FAILED (silent)'

- name: Uploading Codecov stats
uses: codecov/codecov-action@v4
if: ${{ matrix.node-version == '18.x' }}