Skip to content

test-schedule

test-schedule #81

Workflow file for this run

name: test-schedule
on:
schedule:
- cron: '30 18 * * MON' # At 03:30 on Tuesday in JST
jobs:
scheduled:
uses: ./.github/workflows/test.yml
secrets: inherit