Skip to content

[Refactor/#388] 이메일 전송 배치에 멤버 탈퇴 확인 조건 추가 #376

[Refactor/#388] 이메일 전송 배치에 멤버 탈퇴 확인 조건 추가

[Refactor/#388] 이메일 전송 배치에 멤버 탈퇴 확인 조건 추가 #376

Workflow file for this run

name: WIP
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
wip:
runs-on: ubuntu-latest
steps:
- uses: wip/action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}