Skip to content

Commit

Permalink
Merge pull request #149 from ShotaroMatsuya/ShotaroMatsuya-patch-1
Browse files Browse the repository at this point in the history
Update drift.yml
  • Loading branch information
ShotaroMatsuya authored Nov 19, 2023
2 parents 7705fe6 + 30005aa commit 0cc2500
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: drift

on:
schedule:
# At 06:00 PM JST
- cron: "0 9 * * *"
# At 10:00 PM JST
- cron: "0 13 * * 6,0"
env:
SLACK_USERNAME: DriftDetectBot
SLACK_ICON: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
env:
SLACK_TITLE: Detect Drift
SLACK_COLOR: danger
SLACK_MESSAGE: ${{ matrix.dir }}でDriftを検知しました
SLACK_MESSAGE: ${{ matrix.dir }}でDriftを検知しました

0 comments on commit 0cc2500

Please sign in to comment.