Skip to content

Commit

Permalink
refactor: disable cron for now
Browse files Browse the repository at this point in the history
  • Loading branch information
gipo355 committed Jun 10, 2024
1 parent 718b1dc commit fe977c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/vulnerability-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
branches:
# - "app-start-test"
- "dev"
schedule:
# - cron: "0 0 * * 0" # every Sunday at midnight
- cron: "0 0 * * *" # every day at midnight
# schedule:
# # - cron: "0 0 * * 0" # every Sunday at midnight
# - cron: "0 0 * * *" # every day at midnight
workflow_dispatch: {}
jobs:
build-linux:
Expand Down

0 comments on commit fe977c1

Please sign in to comment.