Skip to content

Commit

Permalink
chore(release): Allow weekly release workflow to be run manually (#1782)
Browse files Browse the repository at this point in the history
  • Loading branch information
luispollo authored Feb 2, 2021
1 parent 0795e18 commit 9eae24f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/periodic_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
schedule:
# Every Tuesday at 10 PM UTC (2 PM PST)
- cron: "0 22 * * 2"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: {}

env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Xmx2g -Xms2g
Expand Down

0 comments on commit 9eae24f

Please sign in to comment.