Skip to content

Commit

Permalink
Update dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman authored May 8, 2023
1 parent 5eb0a0f commit 9de5565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Dependencies Check
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 5 * * *'
push:
branches:
- '*'
Expand Down Expand Up @@ -40,4 +40,4 @@ jobs:
shell: bash
run: |
export MAVEN_ARGS="-P coherence-ce"
sh ./etc/dependency-check.sh
sh ./etc/dependency-check.sh

0 comments on commit 9de5565

Please sign in to comment.