Skip to content

Commit

Permalink
Fix: Remove Schedule Trigger
Browse files Browse the repository at this point in the history
Schedule Trigger will disable CI task itself (not only schedule
trigger), when the code doesn't update for a while.

We need to keep CI task active to check.
  • Loading branch information
ymd-h committed Oct 9, 2023
1 parent 22d291a commit 5fc3549
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: CI
on:
push:
pull_request:
schedule:
- cron: '0 3 * * 5' # Every Friday (3 o'clock)


jobs:
Expand Down

0 comments on commit 5fc3549

Please sign in to comment.