Skip to content

Commit

Permalink
CI: changing frequency of cron to be weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Apr 13, 2023
1 parent bea8587 commit 8ba873d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
tags: '*'
workflow_dispatch:
schedule:
# Monthly cron
- cron: '0 8 1 * *'
# Weekly cron
- cron: '0 8 * * 1'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 8ba873d

Please sign in to comment.