Skip to content

Limit the number of items to notify each time. (#30) #23

Limit the number of items to notify each time. (#30)

Limit the number of items to notify each time. (#30) #23

Workflow file for this run

name: Production
on:
push:
branches:
- master
paths-ignore:
- "**.md"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/check
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
test_unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/test_unit