Skip to content

Undo the increment if the email sending is delayed (#56) #38

Undo the increment if the email sending is delayed (#56)

Undo the increment if the email sending is delayed (#56) #38

Workflow file for this run

name: CI
on: [ push, pull_request ]
env:
CI: true
jobs:
lint:
uses: haraka/.github/.github/workflows/lint.yml@master
ubuntu:
needs: [ lint ]
uses: haraka/.github/.github/workflows/ubuntu.yml@master
windows:
needs: [ lint ]
uses: haraka/.github/.github/workflows/windows.yml@master
if: ${{ false }} # disabled, until Redis for GHA Windows exists