Skip to content

Commit

Permalink
[servlet] Update common files for branch master
Browse files Browse the repository at this point in the history
Co-authored-by: micronaut-build <micronaut-build@users.noreply.github.com>
  • Loading branch information
micronaut-build and micronaut-build committed Jun 8, 2020
1 parent 10c879d commit 39f69b8
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@
# and edit them there. Note that it will be sync'ed to all the Micronaut repos
name: Check Dependencies
on:
schedule:
- cron: '0 16 * * MON-FRI'
# schedule:
# - cron: '0 16 * * MON-FRI'
push:
branches:
- master
jobs:
check-dependencies:
if: github.repository == 'micronaut-projects/micronaut-project-template'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -24,3 +28,9 @@ jobs:
java-version: 1.8
- name: Check Dependencies
run: ./gradlew dependencyUpdates
- name: Google Chat Notification
uses: Co-qn/google-chat-notification@releases/v1
with:
name: Check Dependencies
url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}
status: ${{ job.status }}

0 comments on commit 39f69b8

Please sign in to comment.