We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b7791 commit e1cea52Copy full SHA for e1cea52
.github/workflows/early-access.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
earlyaccess:
9
name: 'Early Access'
10
- if: github.repository == 'redis-developer/testcontainers-redis' && startsWith(github.event.head_commit.message, 'Releasing version') != true
+ if: github.repository == 'redis-field-engineering/testcontainers-redis' && startsWith(github.event.head_commit.message, 'Releasing version') != true
11
uses: redis-field-engineering/redis-github-workflows/.github/workflows/early-access.yml@main
12
with:
13
jreleaser-arguments: full-release
0 commit comments