Skip to content

Commit

Permalink
change the tigger time
Browse files Browse the repository at this point in the history
  • Loading branch information
SARAVANA1501 authored Nov 21, 2023
1 parent c50400f commit 266a874
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DtrackContractCheck.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: DtrackContractCheck
on:
schedule:
- cron: "*/15 * * * *"
- cron: "0 1 * * 1"
jobs:
contract-test:
runs-on: ${{ matrix.os }}
Expand All @@ -15,4 +15,4 @@ jobs:
with:
compose-file: https://dependencytrack.org/docker-compose.yml
- name: Make test call
run: curl -X GET http://localhost:8081/api/version
run: curl -X GET http://localhost:8081/api/version

0 comments on commit 266a874

Please sign in to comment.