Skip to content

Commit

Permalink
chore: Update release-please cron to run nightly (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Jan 26, 2021
1 parent eab674f commit 1595f57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
@@ -1,15 +1,18 @@
on:
schedule:
- cron: '29 9 * * 1'
- cron: '29 9 * * *'
workflow_dispatch:

name: release
jobs:
release-please:
env:
ENABLE_RELEASE_PLEASE: ${{ secrets.ENABLE_RELEASE_PLEASE }}
runs-on: ubuntu-latest
steps:
- name: ReleasePlease
id: release-please
if: ${{ env.ENABLE_RELEASE_PLEASE || github.event_name == 'workflow_dispatch' }}
uses: GoogleCloudPlatform/release-please-action@v2
with:
command: release-pr
Expand Down

0 comments on commit 1595f57

Please sign in to comment.