forcing round up to nearest 10th gb for all memory operations #19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Early Access' | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
earlyaccess: | |
name: 'Early Access' | |
if: github.repository == 'redis-field-engineering/redis-cache-java' && startsWith(github.event.head_commit.message, 'Releasing version') != true | |
uses: redis-field-engineering/redis-github-workflows/.github/workflows/early-access.yml@main | |
with: | |
jreleaser-arguments: full-release | |
secrets: | |
codecov-token: ${{ secrets.CODECOV_TOKEN }} | |
github-user: ${{ secrets.GIT_USER }} | |
github-token: ${{ secrets.GIT_ACCESS_TOKEN }} | |
gpg-passphrase: ${{ secrets.GPG_PASSPHRASE }} | |
gpg-public-key: ${{ secrets.GPG_PUBLIC_KEY }} | |
gpg-secret-key: ${{ secrets.GPG_SECRET_KEY }} | |
docker-github-username: ${{ secrets.GIT_USER }} | |
docker-github-password: ${{ secrets.GIT_ACCESS_TOKEN }} | |
slack-webhook: ${{ secrets.SLACK_WEBHOOK }} |