Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 29, 2025
1 parent f6ea784 commit d2b0dea
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ on:
type: boolean
schedule:
- cron: '30 5 * * *'
# TODO: remove before merging
push:

env:
# Changes per repo
Expand All @@ -24,8 +22,8 @@ env:
SILK_ASSET_GROUP: motor
EVERGREEN_PROJECT: motor
# Constant
# inputs will be empty on a scheduled run, so set the value based on whether the
# input is set and is set to 'true'
# inputs will be empty on a scheduled run. so, we only set dry_run
# to 'false' when the input is set to 'false'.
DRY_RUN: ${{ ! contains(inputs.dry_run, 'false') }}
FOLLOWING_VERSION: ${{ inputs.following_version || '' }}
VERSION: ${{ inputs.version || '10.10.10.10' }}
Expand All @@ -44,10 +42,6 @@ jobs:
outputs:
version: ${{ steps.pre-publish.outputs.version }}
steps:
- run: |
echo "VERSION=${VERSION}"
echo "DRY_RUN=${DRY_RUN}"
exit 1
- uses: mongodb-labs/drivers-github-tools/secure-checkout@v2
with:
app_id: ${{ vars.APP_ID }}
Expand Down

0 comments on commit d2b0dea

Please sign in to comment.