Skip to content

Commit

Permalink
set scheduled CI
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Nov 6, 2024
1 parent 731bd69 commit abbb642
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/Test_abICS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@

name: Test for abICS

on: [push]
on:
push:
schedule:
- cron: '0 0 1,15 * *' # JST 9:00 on 1st and 15th every month

jobs:
build:
Expand Down

0 comments on commit abbb642

Please sign in to comment.