Skip to content

Commit

Permalink
chore: update cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasm91 committed Jan 25, 2024
1 parent ceea648 commit 24dbb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Git tag
on:
workflow_dispatch:
schedule:
- cron: "0 11 * * 4"
- cron: "0 11 * * 2"

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

0 comments on commit 24dbb1f

Please sign in to comment.