Skip to content

Commit

Permalink
update automated release to run on weds
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Aug 29, 2023
1 parent b125025 commit 6aacada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Release

# Controls when the action will run.
on:
# Triggers the workflow weekly on Mondays at 6:54 am
#schedule:
# - cron: '54 6 * * 1'
# Triggers the workflow weekly on Wednesdays at 6:54 am
schedule:
- cron: '54 6 * * 3'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 6aacada

Please sign in to comment.