Skip to content

Commit b7d1188

Browse files
committed
update cron
1 parent 448a2b5 commit b7d1188

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release-python.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
default: false
1515
type: boolean
1616
schedule:
17-
- cron: '30 5 * * *'
17+
- cron: '*/5 * * * *'
1818
pull_request:
1919

2020
env:
@@ -42,10 +42,6 @@ jobs:
4242
outputs:
4343
version: ${{ steps.pre-publish.outputs.version }}
4444
steps:
45-
- run: |
46-
echo "DRY RUN? ${{ env.DRY_RUN}}"
47-
echo "INPUTS? ${{inputs.dry_run}}"
48-
exit 1
4945
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
5046
with:
5147
app_id: ${{ vars.APP_ID }}

0 commit comments

Comments
 (0)