Skip to content

Commit

Permalink
Change workflow schedule for every week on Saturday (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
seferov authored Jun 5, 2024
1 parent 257eb04 commit 7afa8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
schedule:
- cron: "0 10 * * *"
- cron: "0 10 * * 6"

jobs:
static-code-analysis:
Expand Down

0 comments on commit 7afa8ae

Please sign in to comment.