Skip to content

Commit

Permalink
init: slack notif success build (#119)
Browse files Browse the repository at this point in the history
* cron job set to sundays
  • Loading branch information
voxparcxls authored Oct 3, 2022
1 parent 2f2740e commit e736445
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ name: CWS CI Camunda
on:
push:
schedule:
# trigger a build and test of CWS daily at 5 AM PST / 12 PM UTC
- cron: '0 12 * * *'
# trigger a build and test of CWS weekly on Sunday at 5 AM PST / 12 PM UTC
- cron: '0 12 * * 0'

jobs:

Expand Down

0 comments on commit e736445

Please sign in to comment.